https://github.com/capaj/babble-admin
quick hackathon mvp for beacon admin interface built with react.js and MobX
https://github.com/capaj/babble-admin
Last synced: 12 months ago
JSON representation
quick hackathon mvp for beacon admin interface built with react.js and MobX
- Host: GitHub
- URL: https://github.com/capaj/babble-admin
- Owner: capaj
- License: mit
- Created: 2016-04-22T15:25:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T08:01:09.000Z (about 10 years ago)
- Last Synced: 2025-07-15T00:49:36.371Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 415 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
babble-admin
=====================
The minimal dev environment to enable live-editing React components.
### Usage
```
npm install
npm start
open http://localhost:3000
```
Now edit `src/App.js`.
Your changes will appear without reloading the browser like in [this video](http://vimeo.com/100010922).
### Linting
```
npm run lint
```