-
DEV: npm 7.5.2 (or higher) and node 14.15.1 (or higher)
-
VPN: The website will start with the instructions below, but to see the actual data you have to be connected to the HTW VPN
-
Clone the repo
-
Change to the cloned folder and then to Client/
-
To install the required package dependencies run:
npm install
-
After installing you can run it with:
npm start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.
- To create an optimized build for deployment run:
npm run build