Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 596 Bytes

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.
You can use APP_REACT_HOST and APP_REACT_WS_HOST env variables to set hosts values during the build step.

yarn serve

Serve files from build folder.

E2E tests

Sample of e2e test can be found in cypress/integration directory. To run Cypress please use:

yarn build && yarn run cypress:open