HTML5 ffb client
git clone https://github.com/christerk/ffbclient.git
Go to https://fumbbl.com/p/oauth to create credentials. Create Auth.json in the root directory (see Auth.Example.json).
npm install
npm run dev
Access app via browser
http://localhost:8080
npm t
Tests can be created in the tests
folder.