- Download and install Node JS
- run
npm i
To configure the development setup you have to fill the following environment variables:
- NMSHD_APP_BASEURL (the backbone baseUrl to test against)
- NMSHD_APP_CLIENTID (the backbone clientId for the configured baseUrl)
- NMSHD_APP_CLIENTSECRET (the backbone clientSecret for the configured baseUrl)
We recommend to persist these variables for example in your
.bashrc
/.zshrc
or in the Windows environment variables.
After you have configured the environment variables, you can run the development server using npm start
.