- In your development machine: Install NPM 6+, Angular 9.1+, Node.js and MongoDB (see instructions below)
- Open a terminal in GAME's source code directory, now open Server folder and run
npm install(this is needed only once) - Now run
npm run dev. Edit any files you need, they will be live-reloaded in your local web browser - Open a second terminal in GAME's source code directory, now open Client folder and run
npm install(this is needed only once) - Now run
ng serve. Edit any files you need, they will be live-reloaded in your local web browser - When you are done, just abort the terminal (i.e.
CTRL+C)
Run the following command to install NPM on Linux distributions:
$ sudo apt install npm
Run the following command to install NPM on Linux distributions:
$ sudo apt install nodejs
Run the following command to install NPM on Linux distributions:
$ npm install -g @angular/cli
Run the following command to install NPM on Linux distributions:
$ sudo apt install -y mongodb