This is a very simple static project built with svelte only for fun and having a flavor of svelte. Have a look at the live demo:
Github Repo can be found here (if you're not already viewing this from github)
If you've forked this repo, follow these commands:
# install dependencies
npm install
# start the server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.
To deploy the app, you may need to install an adapter for your target environment.