Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robatron/react-sandbox
Sandbox to play with React
https://github.com/robatron/react-sandbox
Last synced: about 1 month ago
JSON representation
Sandbox to play with React
- Host: GitHub
- URL: https://github.com/robatron/react-sandbox
- Owner: robatron
- Created: 2015-10-25T00:52:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T05:35:01.000Z (about 9 years ago)
- Last Synced: 2024-10-19T01:09:27.485Z (2 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Sandbox
> Sandbox to play with React. Includes Browserify, Watchify, and LiveReload.## Prerequisites
1. Node and NPM
2. (Optional) [LiveReload Chrome extension](https://goo.gl/Q1euOF)## Getting started
1. `npm install`
2. `npm run watch`
3. Open Chrome at http://localhost:8080
4. (Optional) enable the LiveReload Chrome extension
5. Develop `./js/main.js`