A web site for an office game.
- Node js
- NPM
- Mongodb
After installing all required software
From the command line navigate to project folder and run
npm install
Start a new command line terminal and make a new folder
Linux
mkdir database
Windows
md database
Windows
navigate to bin folder of mongodb
default c:\Program Files\mongodb\server<version>\bin
Linux and Windows
run
mongod --port 45000 --dbpath <path to database folder>
From first command line terminal in project folder run
npm start
Use any text edit to edit the files, some edits to files will require a reboot of the web app.
CTRL+C
then npm start