Skip to content

caxy/socket-io-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Socket.IO ES6 Starter Kit

##Installation

git clone https://github.com/caxy/socket-io-starter-kit.git
cd socket-io-starter-kit
npm install

##Running Runs node application. Watches src file for changes and auto-rebuilds them.

npm start

Runs node application in debug mode. Watches src file for changes and auto-rebuilds them.

npm run debug

Builds the source folder into the dist folder.

npm run build

##Testing Runs mocha tests. Server must be running separately to run/pass tests.

npm test

About

Express Socket IO Starter Kit using Babel to compile ES6 into Js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published