christerk / ffbclient

HTML5 ffb client
MIT License
9 stars 4 forks source link

ffbclient

HTML5 ffb client

Initial Setup

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

Running

npm run dev

Access app via browser

http://localhost:8080

Execute Tests (jest)

npm t

Tests can be created in the tests folder.