Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anwesh43/rxjs-starter
Rxjs starter example
https://github.com/anwesh43/rxjs-starter
Last synced: 4 days ago
JSON representation
Rxjs starter example
- Host: GitHub
- URL: https://github.com/anwesh43/rxjs-starter
- Owner: Anwesh43
- Created: 2017-04-01T17:58:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T23:15:56.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T12:42:22.173Z (about 2 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RxJSStarter
## Rxjs examples to begin with
## Usage
### To start the server
```
node app.js
```### To create bundle.js
```
webpack .
```### In browser open http://localhost:9000