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

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

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/)