/mathchatter

Simple math game chat web app using socket.io

Primary LanguageJavaScript

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