https://github.com/hellsan631/mycraft2
https://github.com/hellsan631/mycraft2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellsan631/mycraft2
- Owner: hellsan631
- Created: 2022-08-07T22:29:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T18:19:18.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T17:35:44.649Z (over 1 year ago)
- Language: TypeScript
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React with Bun runtime
This is a React project bootstrapped with [bun](https://bun.sh/).
## Getting Started
### Cloning the repo
```sh
bun create react ./react-bun-app
```
### Development
First, run the development server.
```
bun dev
```
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/App.jsx. The page auto-updates as you edit the file.