Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 653 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 653 Bytes

An application Bootstrap

A webpack-based application broilerplate. Hot reloading, postcss, lots of stuff the cool kids like!

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

In master branch, a clean slate which just logs to console.

In "reduxed" branch, a simple application with Redux and React.

Requirements

  • Node.js. Tested with 4.x series.

Instructions

  • install node.js
  • install sublime text 3, package manager and babel package
  • npm -v
  • if your npm is still 2.x: npm -g update npm
  • npm install
  • npm run start
  • open browser and go to http://localhost:8888
  • kood kood!