Install local for development
- Install node for your System
- Clone the Accelerator repo: https://gitlab.reutlingen-university.de/ksystem/Accelerator.git
- Run the console (cmd on win), go to the Accelerator folder and run:
npm i
to install node deps - Now start the server with:
node server.js
- Visit https://127.0.0.1
Start /Restart Accelerator Server
- Start with
node server.js
- Stop with
strg+c
Develop Notes
- If you change the basicServer.js you have to restart the server...
- If you change the frontend (public folder) you don't have to restart the Server. Just refresh the Browser!