Skip to content
Håvar Aambø Fosstveit edited this page Sep 4, 2020 · 1 revision

Development setup

Prerequisites:

  • Make sure you have NodeJS installed. Get it from your local package manager or similar.
  • Make sure you have the Argus backend running (can be localhost for testing)

Clone repository and run npm install in the root of the project folder. This will install all dependencies, and you should be ready to go. Start the application, and specify where the backend is located: REACT_APP_BACKEND_WS_URL=ws://localhost:8000/ws REACT_APP_BACKEND_URL=http://localhost:8000 npm start

The application should now be running, and reload on code changes. Happy coding!

Clone this wiki locally