- Node.js: node 14
- Core: React v16, Redux, React Router v4, React Intl
- Code: ES2017+ standard modern javascript
- Server: express v4
- Logging: winston
- Bundler: CRA
- Syntax checking (aka linting) with eslint
- Unit testing with jest
- End to end/integration testing with cypress
- Create .env file from .env.example
npm i
npm run deploy
npm start
npm run serve
npm run test
npm run test:e2e
- edit cypress.json baseUrl before use