Wheater App using Svelte framework
Svelte installation:
during the installation of NodeJS
Project creation:
npm create svelte@latest <project-name>
Install dependencies:
npm install
Install Typescript:
during installation
- or -
node scripts/setupTypeScript.js
Execute project in development mode:
npm run dev
Building and running in production mode:
npm run build