Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 496 Bytes

The Server Template

How to Run

Download the contents of this repository into a folder and make sure you have NodeJS installed for the terminal.

Use the following series of commands in your terminal to initialize and run the server.

npm install
node app.js

What does it mean?

All of the code is supplied with accompanying comments to explain the syntax. It is assumed that the user has basic knowledge of Javascript and HTML. Check out the MakeMyFuture project for more details.