fs19-wodss-client

Project allocation async
Project allocation bundle

AllTests from bundle
AllTests asynchronous

Build instructions

When visiting the repository through github, one can just click on the links above.

When checking out and running the code locally, you either

  • have to run a local server like with npx http-server -c-1 or
  • use a bundler like webpack, parcel, or rollup, e.g.
    • install a recent node.js and npm
    • install rollup with sudo npm install --global rollup
    • run via rollup -o allTestsSuiteBundle.js -f es -w . allTestsSuite.js
    • create the application bundle via rollup -o allocationBundle.js -f es components/allocation.js