BIBSYSDEV / dlr-gui-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Environment variables

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

AWS Codebuild settings:

Must run on Linux in privileged mode in order to run cypress integration test

Available Scripts

In the project directory, you can run:

npm start

(environment priority: .env.development.local | .env.local | .env.development | .env)

npm run start:development

npm run start:production

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.

npm run test:cypress

Runs cypress tests

npm run build

(environment priority: .env.production.local | .env.local | .env.production | .env)

npm run build:development

npm run build:production

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.

About


Languages

Language:TypeScript 89.4%Language:JavaScript 10.5%Language:HTML 0.1%