Under Construction
Yet another React-Redux boilerplate? Yes!
- React
- React Router (+ Redux)
- Redux
- Reselect
- Sagas
- Node/Express
- Babel, ES6
- ESLint + PrettierJS
- PostCSS
- Autoprefixer
- Webpack 2
- Hot Module Reload
server/
config/
dev.js
routes/
index.js
index.js
src/
assets/
css/
src/
index.css
img/
components/
modules/
[feature]/
redux/
routes/
sagas/
utils/
index.js
index.html
rootReducer.js
test/
To install dependencies using Yarn, run yarn
or run npm install
.
npm run [script] |
Description |
---|---|
start |
Serves app at http://localhost:5000. HMR enabled |
build |
Compiles app for production |
lint |
Lint all .js and .jsx files |
lint:fix |
Lint and fix all .js and .jsx files |