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

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

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
```