/React-Speedcube-Timer

Pure reactjs project, runs a Speedcube-Timer

Primary LanguageJavaScriptMIT LicenseMIT

React-Speedcube-Timer

Pure reactjs project, runs a Speedcube-Timer

DEMO: here

For developers

Clone the repository and run npm install to pull in all the packages

npm install

Unit tests (mocha) for reducers, actions and components are included and can be started using:

npm test

To start webpack with hot-reloading type:

npm start