https://github.com/mingderwang/remix-bun-template
a remix bun template
https://github.com/mingderwang/remix-bun-template
bun esnlint remix template
Last synced: about 1 month ago
JSON representation
a remix bun template
- Host: GitHub
- URL: https://github.com/mingderwang/remix-bun-template
- Owner: mingderwang
- License: mit
- Created: 2024-04-12T03:32:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:40:52.000Z (about 2 years ago)
- Last Synced: 2025-01-14T09:22:48.486Z (over 1 year ago)
- Topics: bun, esnlint, remix, template
- Language: TypeScript
- Homepage: https://remix-bun-theta.vercel.app
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bun
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run dev
```
This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.