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-node

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

astro react ssr tailwindcss

Last synced: about 1 month ago
JSON representation

Astro React SSR

Awesome Lists containing this project

README

        

# Astro + React + Node Example

This project is an example of using astro implementing SSR to generate page content on each request.

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/astro-react-node.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
```

## Run server

```
$ yarn server
```

## Format with prettier

```
$ yarn format
```