Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hung-phan/react.js-browser-editor
compile react.js component at your browser
https://github.com/hung-phan/react.js-browser-editor
Last synced: about 10 hours ago
JSON representation
compile react.js component at your browser
- Host: GitHub
- URL: https://github.com/hung-phan/react.js-browser-editor
- Owner: hung-phan
- Created: 2014-05-08T15:07:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T16:23:07.000Z (over 10 years ago)
- Last Synced: 2024-04-10T20:39:03.767Z (7 months ago)
- Language: JavaScript
- Homepage: http://hung-phan.github.io/react.js-browser-editor/
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
To start developing react.js component, open dist/index.html with your browser.
## Contribute
To build and contribute to the project, first make sure you have installed all the dependecies for the app
1. [Bower] (http://bower.io/)
2. [Grunt] (http://gruntjs.com/)
3. SASS (gem install sass)
4. Compass (gem install compass)
```
$ npm install
$ bower install
```To develop, run:
```
$ grunt serve
```To build, run:
```
$ grunt build
```