Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingderwang/remix-bun-template
a remix bun template
https://github.com/mingderwang/remix-bun-template
bun esnlint remix template
Last synced: 30 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:40:52.000Z (10 months ago)
- Last Synced: 2024-11-14T15:22:16.625Z (3 months 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.