mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-23 04:58:34 -06:00
.github
.vscode
bin
config
cypress
public
src
.babelrc
.env.example
.eslintignore
.eslintrc.js
.gitignore
.npmrc
LICENSE
PRNameGenerator.ts
README.md
cypress.config.ts
jest.config.js
package-lock.json
package.json
service-worker.ts
serviceWorkerRegistration.ts
setupTest.ts
tsconfig.json
webpack.config.dev.server.ts
webpack.config.dev.ts
webpack.config.ts
webpack.cy.config.ts
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
#node_modules ignore
|
|
node_modules
|
|
#.envs
|
|
.env
|
|
#builds
|
|
build
|
|
#cypress
|
|
cypress/videos |