Beginner’s guide to Svelte - Everything you need to know from basics to state management and animation
This repository is for those who read the blog Beginner’s guide to Svelte on Twilio Blog to refer to the source code.
If you follow through the end of the tutorial, you will end up with a task list application as shown below.
- Clone the repository and navigate to the directory by executing this command in the terminal:
git clone https://github.com/smwilk/svelte-all-you-need-to-know.git
cd svelte-all-you-need-to-know
- Install the dependencies by executing this command in the terminal:
npm i
- Run the application by executing this command in the terminal:
npm run dev
- Access http://localhost:8080 in your browser.