Skip to content

Intro to Node: Part 2 (Create a site with Node.js and Express framework)

Notifications You must be signed in to change notification settings

She-Codes-Now/Intro-to-Node-Part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Node: Part 2 (Create a site with Node.js, Express framework, and EJS templating)

This workshop was hosted by SheCodesNow: https://www.meetup.com/She-Codes-Now/

Instructor: @alequetzalli & John C.

What will I need to install?

(1) A sample code editor you can download is Sublime. Go to https://www.sublimetext.com/3.

If you already have Sublime installed on your machine, you don't have to install this version. Choose the OS X or Windows depending on which operating system you have.

(2) Download Node: https://nodejs.org/en/

Or ... you can use Cloud9 (http://c9.io)

(1) Create a new project and clone this repo

(2) Use the terminal to upgrade to Node Version 6

nvm install 6
nvm alias default 6

(3) Install dependencies

npm install

(4) Start the server by opening the "server.js" file and clicking the "Run" button.

About

Intro to Node: Part 2 (Create a site with Node.js and Express framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published