Tuva EMPI Frontend
Development
Installation
Inside the dev Docker container, you can run:
cd frontend
npm install
npm run dev
Then, on the host, in a web browser, visit localhost:9000
Testing and formatting
- Run formatter:
npm run format
- Run linter:
npm run lint
Running the production build
npm run build
npm run start
Troubleshooting
- Delete
node_modules
folder prior to runningnpm install
- Remove and restart docker container
docker rm tuva-empi-frontend-1
before building and starting the container. - Ensure docker login
docker login