/react-coffee-starter

Unfancy React boilerplate project

Primary LanguageJavaScript

React Coffee Starter

Unfancy React boilerplate project. Simple and good for beginners.

deps

What's inside

  • 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

How to use

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.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.