Create your react apps with boilerplate.
This project use React Router v3.
- Using React Router v4 – How to use React Router v4 (expermental project)
- React
- Redux
- React Router
- React hot reload
- Universal rendering (Server rendering)
- Express
- Webpack
- ES2015 (ES6)
- Jest
- EJS
Create your own configuration on project root. Copy .env.example to .env
PORT = 3000
DEV_PORT = 3001
API_URL = https://your.api.server
npm run dev
Run app for develoment and debugging.
npm run build
Build production app on build
directory.
npm run production
Run built app.
npm test
Test app.