Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 324 Bytes

Example Project from A First Look at SvelteKit

Clone Repo and Navigate to Project

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

Install Dependencies and Start Development Server

pnpm i
pnpm dev