Skip to content

NEURONE-IL/GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

615 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Instructions

Development

  1. In your development machine: Install NPM 6+, Angular 9.1+, Node.js and MongoDB (see instructions below)
  2. Open a terminal in GAME's source code directory, now open Server folder and run npm install (this is needed only once)
  3. Now run npm run dev. Edit any files you need, they will be live-reloaded in your local web browser
  4. Open a second terminal in GAME's source code directory, now open Client folder and run npm install (this is needed only once)
  5. Now run ng serve. Edit any files you need, they will be live-reloaded in your local web browser
  6. When you are done, just abort the terminal (i.e. CTRL+C)

Installing NPM

Run the following command to install NPM on Linux distributions:

$ sudo apt install npm

Installing Node

Run the following command to install NPM on Linux distributions:

$ sudo apt install nodejs

Installing Angular

Run the following command to install NPM on Linux distributions:

$ npm install -g @angular/cli

Installing MongoDB

Run the following command to install NPM on Linux distributions:

$ sudo apt install -y mongodb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors