2016-01-09 12:00:14 -05:00
2016-01-09 11:53:00 -05:00
2016-01-09 11:53:00 -05:00
2016-01-09 11:53:00 -05:00
2016-01-06 15:03:26 -05:00
2016-01-09 11:53:00 -05:00
2016-01-09 12:00:14 -05:00

FattyChat

FattyChat is the simplest way to chat online anonymously.

Installation

Install dependencies

npm install

You need Gulp installed globally:

npm install -g gulp
gulp watch

Run the app (nodemon is nice to have)

npm install -g nodemon
nodemon --watch src index.js -e css,js,mustache

FattyChat is now running on http://localhost:3000

Deployment

Build source

gulp build
Languages
JavaScript 94.3%
Sass 3%
TypeScript 1%
Shell 0.5%
Dockerfile 0.5%
Other 0.7%