https://github.com/simrat39/nvim-asm-web
https://github.com/simrat39/nvim-asm-web
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simrat39/nvim-asm-web
- Owner: simrat39
- Created: 2022-07-20T02:47:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T00:24:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T06:29:40.798Z (over 1 year ago)
- Language: TypeScript
- Size: 229 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.