Play and test your JavaScript or TypeScript code. This project is made in svelte, using vite and typescript.
This creates a server on localhost:3000 and rebuild it when you make changes.
npm run devThis creates a production-ready version of the app and can be deployed to the web.
npm run build