koa2-react-redux-webpack-boilerplate
v0.1.0
Published
Minimalistic boilerplate for koa2, react, redux with the help of babel and webpack.
Downloads
1
Readme
koa2-react-redux-webpack-boilerplate
Minimalistic boilerplate for koa2, react, redux with the help of babel and webpack.
What's not included:
- HMR
- Dev-Server
- Tests
- Prod/Dev setup
- Server-side rendering
It's just a very basic setup with minimal dependencies and files.
Installation
fork this repo & git clone the repo
Command
Setup
npm install
Develop
npm run build
Test
npm start
Dependencies
- Test:
- left out for simplicity reasons
- Build:
- Core:
- koa2
- file-serving: koa-static
- react
- redux-bindings: react-redux
- redux
- koa2
License
MIT