Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shellscape/bundler-serve

A Platform for Bundler Development Servers
https://github.com/shellscape/bundler-serve

bundle bundler dev development serve server

Last synced: 21 days ago
JSON representation

A Platform for Bundler Development Servers

Awesome Lists containing this project

README

        

[tests]: https://img.shields.io/circleci/project/github/shellscape/bundler-serve.svg
[tests-url]: https://circleci.com/gh/shellscape/bundler-serve

[cover]: https://codecov.io/gh/shellscape/bundler-serve/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/shellscape/bundler-serve

[size]: https://packagephobia.now.sh/badge?p=bundler-serve
[size-url]: https://packagephobia.now.sh/result?p=bundler-serve

[https]: https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener
[http2]: https://nodejs.org/api/http2.html#http2_http2_createserver_options_onrequesthandler
[http2tls]: https://nodejs.org/api/http2.html#http2_http2_createsecureserver_options_onrequesthandler


bundler-serve


[![tests][tests]][tests-url]
[![cover][cover]][cover-url]
[![size][size]][size-url]

# bundler-serve

A Platform for Bundler Development Servers



_Please consider donating if you find this project useful._

## Requirements

`bundler-serve` is an [evergreen 🌲](./.github/FAQ.md#what-does-evergreen-mean) module.

This module requires Node v10+. The client scripts in this module require [browsers which support `async/await`](https://caniuse.com/#feat=async-functions). Users may also choose to compile the client script via an appropriately configured [Babel](https://babeljs.io/) bundler loader/plugin for use in older browsers.

## Install

Using npm:

```console
npm bundler-serve --save
```

## Usage

TODO

## Options

TODO

## Meta

[CONTRIBUTING](./.github/CONTRIBUTING.md)

[LICENSE (Mozilla Public License)](./LICENSE)