Unfancy React boilerplate project. Simple and good for beginners.
- webpack - for awesome workflow and to tide everything into one sweet js bundle file
- coffeescript with JSX support! - for writing effortless indent style javascript
- babel - to translate coffeescript output into es5
- sass - so you would never hardcode variable in your styles
- autoprefixer - for effortless vendor prefixing
- react - because components are the way
- redux - for easy state management
- and others smaller utils
Clone the repo and install local dependencies run:
npm i
To develop run:
npm start
and open localhost:8080
To build production package run:
npm run prod
and you will find compiled files in /dist
directory.
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.