First experiment with svelte
Install the dependencies:
cd svelte-calc
npm install
Then start the development server:
npm run dev
Navigate to localhost:5000. Have fun!
Create an optimised build of the svelte.-calc
:
npm run build
Run the build with npm run start
(uses sirv)
Try svelte calc out