Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 464 Bytes

readme.md

File metadata and controls

34 lines (26 loc) · 464 Bytes

RxJS Tryout

  • Frontend Library - RxJS
  • Build Tool - Webpack + TsLoader
  • Build Source Lang - TypeScript
  • Hosted at Back4App

To Test This

  • Install Package Dependencies
$ cd tm-rxjs-yt
$ yarn install

# or, with npm 
$ npm install
  • Run App in PROD Mode
$ cd tm-rxjs-yt
$ yarn run start-app
  • Run App in DEV Mode
$ cd tm-rxjs-yt
$ yarn run webpack-dev

# Remember to run 
$ yarn run webpack-build
#after changing the source