Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dutchwebworks/astro-learning

Learning about Astro.build
https://github.com/dutchwebworks/astro-learning

astro demo javascript learning-by-doing netlify netlify-serverless-functions

Last synced: about 13 hours ago
JSON representation

Learning about Astro.build

Awesome Lists containing this project

README

        

# Astro learning

*By Dennis Burger, February 2023*

Learning about Astro static-site-generator. With a Netlify deployment and CMS for blog articles. According to this tutorial.

## Inspired by

* [Astro Crash Course](https://www.youtube.com/watch?v=Oi9z5gfIHJs), by Traversy Media
* [Astro Crash Course #1 - Layouts, Astro Components, Styles, & Pages](https://www.youtube.com/watch?v=cbYr75_R15M), by Little Sticks
* [Astro Crash Course #2 - Images, React and Svelte Components, & Blog Posts](https://www.youtube.com/watch?v=xcDUpe1NfCQ), by Little Sticks

## Using NVM for the correct NodeJS version

nvm install

## Initial install

npm install

## Development

npm run dev

## Production build

npm run build

## NetlifyCMS

/admin/

Note: `/admin#/` doesn't work. Use `/admin/#`