Let's learn Astro! - a workshop

🚀 Get started

Pre-requisites

Instructions

In the root of the project, from a terminal:

  1. Install local dependencies with npm install
  2. Start a local development server with npm start or npm run dev

In your browser, open http://localhost:3000

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm start or npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/

👀 Resources