The pure-SSR is the branch for someone who needs boilerplate.
- Koa2
- Webpack 4
- Babel 7
- React 16
- Redux
- React-Router 4
- PostCSS
- Passport
- React-CSS-modules
- ESLint
- Mocha
- Docker
- Prettier
- Client
- HMR(Port: 8081)
- Code-Splitting(lazy load)
- Manifest cache
- CSS-module
- React-Redux-Universal
- Server
- CSRF
- Passport
Make sure your system has the correct Node and Npm versions.
- Node 8
- Changing source code in
/src
and click save. - open
http:localhost:8000
. - Modified the content of env.sample and assign a new name to .env.
yarn
build
docker-compose build
Development
docker-compose up
Production
docker-compose -f docker-compose.prod.yml up
down
docker-compose down -v
LICENSE