A starter project for Astro and Netlify!
Astro + Netlify Starter is a starter project based on the Astro Starter Kit. It includes a netlify.toml configuration, an example React component, and CSS Module. This project allows users to quickly clone and deploy a website using Astro and Netlify.
To install and use the Astro + Netlify Starter project, follow these steps:
Clone the project repository to your local machine using the following command:
git clone <repository-url>
Change into the project directory:
cd astro-netlify-starter
Install the project dependencies:
npm install
Start the local development server:
npm run start
This will start the development server at http://localhost:3000.
To build your production site, use the following command:
npm run build
This will generate the production files in the dist directory.
Astro + Netlify Starter is a pre-configured project that combines the power of Astro framework and the ease of Netlify deployment. With a netlify.toml configuration, example React component, and CSS module, users can quickly clone and deploy a website. The installation process is straightforward and well-documented, making it easy for users to get started with this starter project.