Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/varya/react-stub

React project stub
https://github.com/varya/react-stub

Last synced: 4 days ago
JSON representation

React project stub

Awesome Lists containing this project

README

        

# React project stub

## How to start

You should have React Tools installed globally:

```
npm install -g react-tools
npm install -g webpack
npm install -g webpack-dev-server
```

After checkout:

```
npm install
npm start
```

Open the development server at [http://localhost:8080/](http://localhost:8080/)