- // install meteor https://www.meteor.com/install
- git clone https://github.com/domparise/meteor-backend-example.git
- cd meteor-backend-example
- meteor npm install
- npm start // this will build the appropriate meteor dependencies and begin running the server/app
- // install meteor https://www.meteor.com/install
- meteor create --bare
- cd
- meteor npm install
- meteor npm install --save babel-runtime // i guess?
- mkdir server
- // copy over index.js from this project into server/index.js
- npm start
boom working restful API server built with meteor