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

https://github.com/harshanalluru/service-bus-browser-bundling


https://github.com/harshanalluru/service-bus-browser-bundling

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

"# service-bus-browser-bundling"

## service-bus-parcel-browser

```
cd service-bus-parcel-browser
npm install
// Update the connection string inside index.ts
parcel index.html
```

## service-bus-webpack-browser

```
cd service-bus-webpack-browser
npm install
// Update the connection string inside index.ts
npm run build
npm run start
```