Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

RaghavSood/PearlHacksWebDev2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PearlHacksWebDev2016

Adding a new user:

adduser pearl
adduser pearl sudo

Installing Node.js and build-essential

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
sudo apt-get install build-essential
sudo npm install -g express
sudo npm install -g express-generator

Create project directory

mkdir projects
cd projects/

Creating Project

express pearlhacks
cd pearlhacks/
npm install <- links everything for the first time
sudo npm install -g twitter <- substitute twitter with any other module you want.
npm link twitter <- You may need to run this if you get module not found errors
npm start <- Starts the server at ipaddress:3000

About

Pearl Hacks 2016 Web development workshop code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published