Skip to content

tlangenberg/nodejs-express-example-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-sample

This is a barebones Node.js app using the Express framework.

Running Locally

Asumming you have Node.js installed on your machine:

git clone git@github.com:cloudControl/nodejs-express-example-app.git # or clone your own fork
cd node-js-sample
npm install
node web.js

Your app should now be running on localhost:5000.

Deploying to cloudControl

cctrlapp APPNAME create nodejs
cctrlapp APPNAME/default push
cctrlapp APPNAME/default deploy
cctrlapp APPNAME/default open

Documentation

For more information about using Node.js on cloudControl, see these articles:

About

This is a barebones Node.js app using the Express framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published