Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 888 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 888 Bytes

Example Project from A First Look at Astro

Astro is an open source web framework influenced by the Islands Architecture. It was created by Fred K. Schott, Matthew Phillips, Nate Moore, and Drew Powers as an outgrowth of the work being done simultaneously on Snowpack and Skypack. It supports a variety of UI integrations including React, Svelte, Vue, Solid, and many more. The framework deserves a fair amount of credit for bringing partial hydration and the concept of "Islands of Interactivity" to the mainstream web development conversation.

Clone Repo and Navigate to Project

git clone https://github.com/ajcwebdev/a-first-look.git
cd frontend/astro

Install Dependencies and Start Development Server

pnpm i
pnpm dev