-
Ensure you have the necessary global dependencies installed.
-
Use
yarn install
inside the project root to install local Node dependencies.
- Use the command
yarn run dev
and navigate tohttp://localhost:8080/
- Use the command
yarn run build
to build thedist
folder and deploy to a server.