Files
oop-heimdall/README.md

230 B

Development

Start a development server

npm run dev

Final version

Building the static assets:

npm run build

You can use Vite to run a server showing the built assets:

npm run preview