Skip to content

StephanMusgrave/node-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node

Set up

$ mkdir tutorial $ cd tutorial/ $ npm init

$ npm install --save express $ npm install --save ejs

To run the server:

$ node server.js

To see output in the terminal:

$ curl -i http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published