Completed
- Create A New Astro Project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Astro Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro / What Is Astro?
- 2 - Project Demo
- 3 - Create A New Astro Project
- 4 - Folder Structure
- 5 - Run Dev Server & Prepare
- 6 - Astro Components
- 7 - Making a Request - Top Level Async
- 8 - Create A Layout
- 9 - Passing Props
- 10 - Start Project / Global Styling
- 11 - Header Component
- 12 - React Integration
- 13 - Showcase Component
- 14 - Features & Card Components
- 15 - Dynamic Classes - Dark Card
- 16 - Page Content & Tabs Component
- 17 - Footer Component
- 18 - About Page
- 19 - Refactor Card Component
- 20 - Blog Page & Markdown Files
- 21 - Fetching Markdown FIles
- 22 - Blog Showcase Component
- 23 - Single Post Page / getStaticPaths()
- 24 - Build Static Assets
- 25 - Deploy To Netlify