This project was bootstrapped with Create React App.
The following environment variables are used in this project.
REACT_APP_API_URL=https://api-dev.dlr.aws.unit.no
To use mock data, you need to add this variable to the .env file:
REACT_APP_USE_MOCK=true
Must run on Linux in privileged mode in order to run cypress integration test
In the project directory, you can run:
(environment priority: .env.development.local | .env.local | .env.development | .env)
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs cypress tests
(environment priority: .env.production.local | .env.local | .env.production | .env)
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.