Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

mbozhik/astro_template

Repository files navigation

Astro — template astro + tailwind css

  1. Clone the repository
git clone https://github.com/bozzhik/astro_template.git
  1. Go to the project folder
cd astro_template
  1. Install dependencies
npm i
  1. Start the development server
npm run dev

*4. Or run the git command chain

git clone https://github.com/bozzhik/astro_template.git && cd astro_template && npm i && code .