title | description | tags | |||
---|---|---|---|---|---|
Astro |
The basics example astro app, utilizing the Node adapter for astro |
|
This is a the astro basic example that uses astrojs/node
- Astro basic example
- astrojs/node
-
Install required dependencies with
npm install
-
Start the server for development
npm run dev
(The original
start
command has been more appropriately renamed todev
)