项目作者: omarchehab98

项目描述 :
Hack The Valley 2 Web Sockets Workshop
高级语言: JavaScript
项目地址: git://github.com/omarchehab98/htv2-sockets.git
创建时间: 2018-01-20T16:10:29Z
项目社区:https://github.com/omarchehab98/htv2-sockets

开源协议:MIT License

下载


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

  1. $ nvm install --lts=carbon

Windows

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

  1. $ nvm install latest

Verify Installation

  1. $ node --version
  2. # 8.something
  3. $ npm --version
  4. # 5.something

Production

  1. # Download repo and change directory into it
  2. $ npm install
  3. $ npm run build
  4. $ npm start

Development

  1. # Download repo and change directory into it
  2. $ npm install
  3. $ npm run watch