Skip to content

null395922/nodejs-sample

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • Dockerfile 7.6%