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

https://github.com/daytonaio/react-hello-world

React Hello World
https://github.com/daytonaio/react-hello-world

Last synced: 25 days ago
JSON representation

React Hello World

Awesome Lists containing this project

README

          

# React Hello World

This repo is a simple React Hello World example.

Tech stack:
- React
- Vite
- Typescript
- yarn

## Install dependencies.

```
$ yarn
```

## Run the app

```
$ yarn dev
```