Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/varya/react-stub
- Owner: varya
- Created: 2016-03-18T10:34:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T15:49:29.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T11:52:20.757Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)