Skip to content

A Beginner's Roadmap To Modern App Development With Svelte - from core concepts to cloud integrations

License

Notifications You must be signed in to change notification settings

30DaysOf/Svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Svelte: A #30Days Project

Dev Environment

As recorded on Apr 11, 2023

  • macOS Monterey | sw_vers => 12.6
  • Visual Studio Code | code --version => 1.77.0
  • NVM | nvm --version => 0.39.1
  • Node | node --version => v18.9.0
  • npm | npm --version => 9.6.1

Objectives

  • Understand Svelte Concepts
  • Understand Svelte Dev Tools (incl. Vite)
  • Explore SvelteKit Framework
  • Build & deploy a basic Svelte App
  • Build & deploy a complex SvelteKit App
  • Create signature VSCode Profile for Svelte
  • Document GitHub Copilot usage for Svelte

Repository Structure

  • README.md - this file.
  • website/ - Docusaurus-based #30Days site => capture learnings
  • learn/* - exploring a concept per lesson, with README.