A Svelte frontend application demo
š» Live Demo: Svelte EV Application Demo
šØ Figma Design: Svelte EV Application
Install Dependencies:
npm install
Run the dev script to start a live development server with hot module replacement. Then check the output for a link
to the app, which is usually http://localhost:5000/:
npm run dev
Run the build script to bundle the app for production. The bundle will be created at /dist/assets/ and the dist
directory will contain all files you need to host the app:
npm run build