Skip to content

taandrighetti/react-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.7%
  • HTML 7.3%