1.0.0 • Published 3 years ago
webpack-react-express-ssr v1.0.0
Webpack React Express SSR
A boilerplate of web development with React SSR
Usage
Generate a project that named my-app:
$ npx webpack-react-express-ssr my-app- Server host and port can be changed at
settings.jsat project root.
Tech Stack
- React
- Redux Toolkit
- Express
- Webpack
- Babel
- SASS
- DevServer
- Hot Module Replacement
- Server Side Rendering
- ESLint
- Stylelint
- Prettier
- Jest
- React Testing Library
- Husky
- Lint Staged
Commands
yarn dev- Start server for developmentyarn build- Build production bundleyarn prod- Start production server afteryarn buildyarn test- Start running testsyarn cov- Start running tests with coverage reportyarn lint- Start eslint validation and do auto-fixyarn analysis- Analyze the size of each module
1.0.0
3 years ago