https://github.com/drproteus/bun-app-template
web app template with bun, backbone, lodash, and jquery
https://github.com/drproteus/bun-app-template
Last synced: 10 months ago
JSON representation
web app template with bun, backbone, lodash, and jquery
- Host: GitHub
- URL: https://github.com/drproteus/bun-app-template
- Owner: drproteus
- Created: 2025-08-29T03:44:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-30T03:34:30.000Z (11 months ago)
- Last Synced: 2025-09-01T06:35:11.658Z (10 months ago)
- Language: JavaScript
- Homepage: https://drproteus.github.io/bun-app-template/
- Size: 444 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun Web App Template
## Includes
* Backbone
* lodash
* jQuery
* Normalize CSS
* Sakura CSS
* EB Garamond Font
## Setup
Get [Bun](https://bun.sh).
```
bun install
```
## Run
```bash
bun run build
bun run serve
```
Defaults to http://localhost:3000.
## Files
* `dist/index.html`: Main static entry page.
* `src/js/app.js`: Main app script.
* `src/css/main.css`: Custom CSS.
* `src/js/server.js`: Development server for static files and demo API.
## Demo
Use the arrow keys to navigate the cat.
