A typing game.
- Requires node.js to be installed
npm install
- Installs all dependencies
npm start
- Start the local development server
npm test
- Run tests for a single run (headless)
npm run watch
- Run the tests continuously
npm run lint
- Run linting with JSCS and ESLint