- Next.js - React Framework for server rendering (version 10)
- Express.js - Bundle and routing server
- Redux Saga - State management library
- Babel - Compiling JS
- ESlint - The pluggable linting utility for JS and JSX
- Stylelint - Linter that helps you avoid errors and enforce conventions in your styles
- TravisCI - Test and deploy
- Install
npm install // or yarn
- Start
npm run dev // or yarn dev
- Build
npm run build // or yarn build
# Then run
npm start // or yarn start