To build a development version and run it locally:
npm install -g yarn
yarn
yarn start
This will compile typescript files and start a local development server listening on port 3000
. The single page application is then available at:
Cypress is used to test the application.
- open a new terminal and start the app using
yarn start
- wait for the app to be available at
http://localhost:3000
- open the Cypress
Launchpad
usingyarn e2e:open
- run the
e2e
tests through the Cypress UI
Just execute the following command:
yarn e2e:run:ci