Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 401 Bytes

File metadata and controls

16 lines (11 loc) · 401 Bytes

node-js-getting-started

A barebones Node.js app using Express 4.

Running Locally

Make sure you have Node.js installed.

$ git clone git@github.com:koli/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.