/web-development-with-js

Bootstrap for the course of autumn 2015

Primary LanguageJavaScriptOtherNOASSERTION

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!