Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 264 Bytes

File metadata and controls

17 lines (11 loc) · 264 Bytes

One Page Server

That's it! This server doesn't do nothing but it's a quick example of how to get one up and running.

Installation

npm install

Running

node app.js

Or, you can simply run npm start which runs the same command.