Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

omarchehab98/htv2-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack The Valley 2

Web Sockets Workshop

Prerequisites

  • Node.js Carbon LTS
  • Node.js Package Manager

I recommend managing your Node.js installation with Node.js Version Manager.

Linux and Mac

https://github.com/creationix/nvm

$ nvm install --lts=carbon

Windows

https://github.com/coreybutler/nvm-windows

$ nvm install latest

Verify Installation

$ node --version
# 8.something

$ npm --version
# 5.something

Production

# Download repo and change directory into it
$ npm install
$ npm run build
$ npm start

Development

# Download repo and change directory into it
$ npm install
$ npm run watch