This is a concept web-app developed for DevAway_ using Svelte
It can be accessed directly from Github preview
~Miki
Install the dependencies...
npm install
...then start:
npm run dev
Navigate to localhost:5000. You should see the app running.
Note that you will need to have Node.js installed.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Heroku.
This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:
node scripts/setupTypeScript.js
Or remove the script via:
rm scripts/setupTypeScript.js