React.js starter project with react-hot-loader and jest based on react-hot-boilerplate.
Clone this repository:
git clone https://github.com/mrpatiwi/react-starter.gitMake sure you have installed Node 5.x.
Install project dependencies:
npm installStart the development server on http://localhost:3000 with:
npm startIt's debuggable with
debugger
Run all test located in test/ with:
npm test