A web application that allows to create a contact list, using Svelte.
Credit: https://github.com/mschwarzmueller and https://www.udemy.com/course/sveltejs-the-complete-guide
Install the dependencies:
npm install
then start the development server:
npm run dev
Navigate to localhost:5000. You should see the app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
Builds the app for production to the public/build
folder.
It correctly bundles the application in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed!