An open API service indexing awesome lists of open source software.

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

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.

![bun-demo](https://github.com/user-attachments/assets/5210b62f-00e3-4017-8431-5ffc34de414f)