/ioChat-1

Simple Chat application

Primary LanguageHTML

ioChat

Simple Chat application

Development

  1. Install Node.JS

  2. Clone ioChat

    git clone git@github.com:Billmike/ioChat.git
    
  3. Install dependencies

    npm install
    
  4. Install gulp globally if you haven't

    npm install --global gulp-cli
    
  5. Start server

    gulp
    
  6. Open browser and go to http://localhost:3000

Contributing

Want to contribute? Read the CONTRIBUTING.md file to get started.