Skip to content

smwilk/svelte-all-you-need-to-know

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

completed app

Run the application

  1. 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
  1. Install the dependencies by executing this command in the terminal:
npm i
  1. Run the application by executing this command in the terminal:
npm run dev
  1. Access http://localhost:8080 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published