Skip to content

Quick start

Igor Stepanov edited this page Sep 6, 2017 · 2 revisions

Prerequisites

  • node >= 6 Also you can use project n for different version of node.

Installing

git clone git@github.com:banditi/chat.git
cd chat
npm install

Starting

npm run start
# http://localhost:3000
# Or custom port
PORT=8080 npm run start

Clone this wiki locally