Sample svelte app which can be used as bootstrap template
The node.js should have been installed on the system.
Clone the repository and run this command to install all dependencies
npm install
npm run dev
Open the link in browser to view the app.
Generate the distributable build by running this command
npm run build
The dist
folder is created with production build which you can deploy at any static server.