mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-22 20:48:29 -06:00
.github
.vscode
bin
config
public
src
.babelrc
.env.example
.eslintignore
.eslintrc.js
.gitignore
LICENSE
PRNameGenerator.ts
README.md
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
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
#Build
|
|
build
|
|
#Webpack
|
|
webpack.config.ts
|
|
webpack.config.dev.ts
|
|
webpack.config.dev.server.ts
|
|
#Service Worker
|
|
service-worker.ts
|
|
serviceWorkerRegistration.ts |