React Redux To-do app
- Eslint config
- Multi env. config
- Add Redux
- Add Typescript
- Add Testing framework
- Add Scss
- Add Docker
- Add PM2 config with docker
- Pre-rendering (react-snap/ react-snapshot)
- react-helmet
- node server pm2
yarn | npm i
yarn start | npm run start
Start dev serveryarn build | npm run build
make build
yarn | npm i
Install node packagesyarn build | npm run build
build react app<PORT=XXXX> node server.js
Start server Default port is 3000- For local testing of server run
yarn serve | npm run serve
yarn | npm i
npm i -g pm2
- you can also use
yarn servepm2 | npm run servepm2
to start server for production on all avalible cpus performance optimization and high availabilty