Skip to content

An Rx based implementation and demo of Josephus problem

Notifications You must be signed in to change notification settings

GoodGrind/josephusRx

Repository files navigation

Getting started

Clone and setup the project

git clone https://github.com/GoodGrind/josephusRx
cd josephusRx
# Install the dependencies
npm install

Run

Start a Webpack dev server

npm start

And go to this URL: http://localhost:3000

Start a Webpack server with the production configuration

npm run server:prod

Build Only

Build a development release

npm run build

Build a production release

npm run build:prod

After build phase, 3 files are generated into the dist folder:

  • app.bundle.js - contains the core of the application. From the entry point src/index.ts
  • vendor.bundle.js - contains the vendor dependencies
  • index.html - html page with references to the 2 files above

About

An Rx based implementation and demo of Josephus problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published