Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhsu/react-template

react + react-router + react-hot-loader + api proxy
https://github.com/jhsu/react-template

Last synced: 2 days ago
JSON representation

react + react-router + react-hot-loader + api proxy

Awesome Lists containing this project

README

        

# React.js App Template

## setup

```
$ npm install
```

## start

```
$ npm start
```

open browser to http://localhost:3000

## tests

Tests are ran using [Jest](https://github.com/facebook/jest).

```
$ npm test
```