hogsmill / no-estimates

0 stars 1 forks source link

No Estimates

An online, real-time, multiplayer version of the No Estimates game. See No Estimates for detailed descriptions of the game and how to play.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

The URL to navigate to will be shown when you do this.

Run tests

npm run test:e2e

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Setup MongoDB

https://zellwk.com/blog/install-mongodb/

Run Mongo

mongod --config /usr/local/etc/mongod.conf

Running the node.js server for socket.io

Then run 'node src/server.js'
This is will listen on localhost:3007