Skip to content

robcanwrite/demo-nodejs-drie-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-nodejs-drie-app

A barebones Node.js app using Express 4.

Running Locally

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

$ git clone https://github.com/mraym/demo-nodejs-drie-app.git # or clone your own fork
$ cd demo-nodejs-drie-app
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Drie

$ drie app add
$ drie app deploy
$ drie app scale 1

Documentation

For more information about Node.js and Drie, please read:

About

Node.js starter app for deployment on the Drie PAAS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.4%
  • CSS 13.9%
  • JavaScript 10.7%