Skip to content

Development

Roman Kreisel edited this page Dec 10, 2018 · 2 revisions

Development

How to setup development environment

  1. Install git: https://git-scm.com/
  2. Install nodejs: https://nodejs.org/en/
  3. Install your favorite editor, e.g. https://code.visualstudio.com/
  4. Fork this repository, develop and submit a pull request

How to start server in development mode

  1. After setting up your development environment, switch into directory "server" and execute npm install
  2. Now call npm start to start the server, you can stop it with ctrl+c

How to start the client in development mode

  1. After setting up your development environment, switch into directory "client" and execute npm install
  2. Now call npm start to start the client, you can stop it with ctrl+c
  3. With you favorite web browser, go to http://localhost:4200