Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innoq/rocar
ROCA demo application
https://github.com/innoq/rocar
Last synced: 7 days ago
JSON representation
ROCA demo application
- Host: GitHub
- URL: https://github.com/innoq/rocar
- Owner: innoq
- Created: 2015-07-02T10:49:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T14:43:59.000Z (over 9 years ago)
- Last Synced: 2024-04-14T13:58:43.003Z (7 months ago)
- Language: Python
- Size: 270 KB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting Started
---------------* install dependencies
$ pip install flask
$ npm install* set up third-party assets
$ npm run assets
* compile JavaScript modules
$ npm run dist
# alternatively, watch file system changes and recompile automatically
$ npm run dev-css
$ npm run dev-js* launch server
$ python -m rocar