Skip to content

AndreasVolkmann/socket-chat

Repository files navigation

socket-chat

Getting Started

Required Software

  • Node.js - Download and install the latest stable version from the official website.
  • Bower - Once Node is installed, type the following in command line to install Bower: npm install bower -g
  • Gulp - Once Node is installed, type the following in command line to install Gulp: npm install gulp-cli -g
  • Babel - Once Node is installed, type the following in command line to install Babel: npm install babel-cli -g

Installation

Install project dependencies:

  • npm install
  • bower install

Run

Type: gulp