react-babel-redux-redux-router-sass-webpack-start-pack
v0.0.1
Published
This is a start package for using react, babel, es6, redux, redux-router, sass altogether
Maintainers
Readme
#This is a webpack template for React, babel, redux and sass workflow
Execute npm run dev in the terminal to fire up a dev server @ localhost:8080.
You can access the work in a browser with address localhost:8080. Any change to js and sass files will trigger an automatic recompile and will update to the browser.
The workflow now contains:
- react compile
- babel, es6/es7 compile
- sass compile
- font-awesome is already included
- a basic redux flow
Future releases:
- include a production build script
- integration with redux router
