bofa / react-education

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:Other


Languages

Language:JavaScript 92.2%Language:HTML 5.1%Language:CSS 2.7%