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
- Host: GitHub
- URL: https://github.com/daytonaio/react-hello-world
- Owner: daytonaio
- License: mit
- Created: 2024-07-09T08:13:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T09:56:12.000Z (about 1 year ago)
- Last Synced: 2025-07-18T12:59:56.663Z (3 months ago)
- Language: SCSS
- Size: 770 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```