Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/char0n/swagger-ui-esbuild

POC of integrating swagger-ui-react with esbuild
https://github.com/char0n/swagger-ui-esbuild

esbuild javascript swagger swagger-ui-react

Last synced: 6 days ago
JSON representation

POC of integrating swagger-ui-react with esbuild

Awesome Lists containing this project

README

        

# swagger-ui-react + Create React App

This is POC of swagger-ui-react + esbuild combo, demonstrating
that swagger-ui-react can be seamlessly used with esbuild.

### Installation

```sh
$ npm i
```

### Build

```sh
$ npm run build
```

### Run

```sh
$ npm start
```