null395922 / nodejs-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-sample

A barebones Node.js app using Express 4.

Running Locally

Make sure you have Node.js installed.

git clone git@github.com:DaoCloud/nodejs-sample.git # or clone your own fork
cd nodejs-sample
npm install
npm start

Your app should now be running on localhost:3000.

Running Test

Make sure you have already run the app locally.

npm test

About


Languages

Language:JavaScript 92.4%Language:Dockerfile 7.6%