https://github.com/gregjopa/bundling-server-example
Example web server that uses esbuild to create bundles on the fly
https://github.com/gregjopa/bundling-server-example
bunding-on-the-fly esbuild fastify
Last synced: 30 days ago
JSON representation
Example web server that uses esbuild to create bundles on the fly
- Host: GitHub
- URL: https://github.com/gregjopa/bundling-server-example
- Owner: gregjopa
- Created: 2021-05-19T12:01:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T19:23:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T02:13:01.662Z (about 2 months ago)
- Topics: bunding-on-the-fly, esbuild, fastify
- Language: JavaScript
- Homepage: https://bundling-server-example.herokuapp.com/public/dynamic.html
- Size: 14.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundling Server Example Project
This project contains multiple packages for the dynamic bundling server example:
- bundling-server
- drum-samples
- drum-sequencer
- basic-button
- advanced-button
- sdk-release## Installation
```bash
npx lerna bootstrap
```## Usage
```bash
cd packages/bundling-server
npm start
```## License
[MIT](https://choosealicense.com/licenses/mit/)