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.git
Make sure you have installed Node 5.x.
Install project dependencies:
npm install
Start the development server on http://localhost:3000
with:
npm start
It's debuggable with
debugger
Run all test located in test/
with:
npm test