PabloMessina / react-starter

React.js starter project with react-hot-loader and jest based on react-hot-boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter

React.js starter project with react-hot-loader and jest based on react-hot-boilerplate.

wercker status

Development

Clone this repository:

git clone https://github.com/mrpatiwi/react-starter.git

Setup

Make sure you have installed Node 5.x.

Install project dependencies:

npm install

Running

Start the development server on http://localhost:3000 with:

npm start

It's debuggable with debugger

Testing

Run all test located in test/ with:

npm test

About

React.js starter project with react-hot-loader and jest based on react-hot-boilerplate.


Languages

Language:JavaScript 96.9%Language:HTML 3.1%