/chat

chat app test

Primary LanguageJavaScriptMIT LicenseMIT

Moons Chat

How do we run it?

Server

With NodeJS & NPM installed locally; Just install deps and run server:

$ cd moons-chat-test/server/
$ npm install
$ npm start

Leave it running an start the app in another terminal.

App

Again, just install deps and run project:

$ cd moons-chat-test/
$ npm install
$ npm run build; npm start

Now go to: http://localhost:3000/ to see it running.

Run Tests:

npm run test
npm run test:tdd

Demo: