#Tictac
Tictac is a web app build to help kids to learn read hour. Build with Angular and Kinetic. Try it here !
##To run the app:
git clone https://github.com/Art2B/tictac.git
cd tictac
npm install
bower install
grunt
- The project is build inside the /build folder.
##To run the tests:
- Make sure you have built the app with
grunt
- Run
webdriver-manager start
- In another terminal, go to the tictac folder
- Run
protractor tests/conf.js