Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 462 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 462 Bytes

Node.js Express API

A barebones Node.js app using Express 4.

Development

Make sure you have Node.js and the Widemesh CLI installed.

$ git clone https://github.com/widemeshcloud/node-express-api-quickstart.git # or clone your own fork
$ cd node-express-api-quickstart
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying

$ mesh deploy