A web client for the www.typingfights.com
You will need the following things properly installed on your computer:
git clone https://github.com/TypingFights/tf-web.git --depth 1cd tf-webnpm install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember sassdoc- Visit the http://localhost:4200/sassdoc.
ember testember test --server
ember build(development)ember build --environment production(production)