Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedsamara/astro-react

Astro and React
https://github.com/mohamedsamara/astro-react

astro react tailwindcss

Last synced: about 1 month ago
JSON representation

Astro and React

Awesome Lists containing this project

README

        

# Astro + React Example

This project is an example of using astro to build static products pages ahead of time. See dist (build) directory after runnning `yarn build`. The build will contain each product html page.

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/astro-react.git`
2. Move to the directory: `cd `.

3. Run `yarn install` in order to install dependencies.

## Start development

```
yarn dev
```

## Simple build for production

```
yarn build
```

## Preview production build

```
yarn preview
```