Skip to content

puppe0/react-broilerplate-project

 
 

Repository files navigation

React broilerplate example project (Trollo)

React broilerplate consists stuff that I use and vampirize to start new projects. Maintaining it seems to be a full-time job. Thanks, Obama!

This is an example starter project utilizing the stuff I now put in NPM.

Pull requests are accepted. If you vampirize this, vampirize something back please! :D

Use as you wish, but still read the license from LICENSE.

Requirements

  • A new Node.js. I'm running 6.x nowadays.
  • NPM version 3. My understanding of how to mark dependencies vs dependencies of dependencies is not complete.

Stack

  • Webpack
  • Babel
  • Flow
  • React
  • Redux
  • React-Redux-Router
  • PostCSS
  • CSS modules
  • Testing with Mocha, Chai and Enzyme.
  • Universality and some other stuff are still unresolved.

Instructions

  • install node.js
  • npm install -g nodemon
  • npm install
  • cp config.client.example.js config.client.js
  • cp config.server.example.js config.server.js
  • npm run start
  • open browser and go to http://localhost:8888
  • kood kood!

About

React broilerplate example project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.8%