Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/open-medicine-initiative/rest-api


https://github.com/open-medicine-initiative/rest-api

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

#Project setup

##Requirements

* iojs >= 1.8.1 (tip: use latest nvm to manage environments)
* phantomjs

##Installation

`sudo npm install -g gulpjs/gulp-cli#4.0 babel coffee-script pm2`
`npm install`

#Building

#Running

There is a startup script that registers the babel pre-processor for
Single server: `node startup.js`
Clustered : `pm2 start server.js -i 0 --next-gen-js`

#Project layout

#Resources

http://es6-features.org
http://www.ociweb.com/resources/publications/sett/gulp-4/
http://demisx.github.io/gulp4/2015/01/15/install-gulp4.html
https://github.com/Unitech/pm2