What we will use:
- Node.js (latest long-term support version)
- Visual Studio Code editor
- Astro extension for Visual Studio Code
Create an Astro boilerplate app
- Check the active Node.js version
- Create an Astro app
- Follow the setup prompts:
- Specify the project folder.
- Yes, include sample files.
- No, do not include TypeScript (for faster development; I would use TypeScript for a production project).
- Yes, install dependencies.
- Yes, initialize a new git repository.
cd
into your project directory.
- Run the development server
Ctrl
-click the link shown, and you should see the Astro starter website.
© 2019 - 2024 — Made in 🇬🇧 —
Need Help? Contact [email protected]