-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Roman Kreisel edited this page Dec 10, 2018
·
2 revisions
- Install git: https://git-scm.com/
- Install nodejs: https://nodejs.org/en/
- Install your favorite editor, e.g. https://code.visualstudio.com/
- Fork this repository, develop and submit a pull request
- After setting up your development environment, switch into directory "server" and execute
npm install
- Now call
npm start
to start the server, you can stop it withctrl+c
- After setting up your development environment, switch into directory "client" and execute
npm install
- Now call
npm start
to start the client, you can stop it withctrl+c
- With you favorite web browser, go to http://localhost:4200