react-hot-mobx-es6

A minimal skeleton for building React ES6 apps using Babel.

##Getting Started

npm install - Install dependencies.
npm run build-dev - Run development build with hot reload. If it doesn't start, make sure you aren't running anything else in the same port. Default PORT=7700
npm run build-prod - Run production build. See public folder.

Start modifying the code. The browser should pick up the changes.