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

https://github.com/maxpleaner/meteor-bikes

work in progres
https://github.com/maxpleaner/meteor-bikes

Last synced: about 1 year ago
JSON representation

work in progres

Awesome Lists containing this project

README

          

---

### reference

Create a new meteor app: `iron create NAME --js=coffee`

Debug (server-side): `iron debug`

Precompile: `iron build`

Connect to Mongo: `meteor mongo`

Run app: `iron run --env=development`

Deploying with `meteor up` or heroku: see https://github.com/iron-meteor/iron-cli

Running generators: call `iron g` for help