license2e / mathchatter

Simple math game chat web app using socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mathchatter

Initial setup

  1. Install nvm from their repo: NVM
  2. nvm install - This should pick up the version of node from .nvmrc
  3. npm install - Note: this is for the NPM modules
  4. npm run build - To build the code

Run

  1. nvm use - in case your default Node.js is different from the one thats required
  2. start mongo db
  3. npm start
  4. open http://localhost:4567/

Screenshot

Math Game

About

Simple math game chat web app using socket.io


Languages

Language:JavaScript 74.3%Language:HTML 17.2%Language:CSS 8.5%