Proof of concept for modern client-side api-driven Whirlpool forums. Currently only the Forum Index and Thread Index views are implemented due to limitations in the public API.
- Try online: https://bohdyone.github.io/whirlpool-new/dist/index.html
- Or, run
index.html
fromdist/
. - Or, to serve from local web server, run
npm start
and go to http://localhost:8080/. - When prompted, enter your API key from https://whirlpool.net.au/profile/. This will then be saved as a site cookie.
- Run
npm install
.
- Run
npm run build
. - To watch for changes and recompile the .js bundle run
npm run watch
.
- Run
npm run build_prod
to produce minified bundle.
- Run
npm run clean
to remove files generated in build.