https://github.com/harshanalluru/service-bus-browser-bundling
https://github.com/harshanalluru/service-bus-browser-bundling
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshanalluru/service-bus-browser-bundling
- Owner: HarshaNalluru
- Created: 2022-12-10T02:18:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T05:42:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T12:30:52.177Z (6 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```