Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 556 Bytes

Tiles Classic Game

using Angular.js framework

Start application

  • npm install

  • npm start

The application should now be available at http://localhost:8080

Testing application

Testing with Karma & Jasmine

Start the unit test runner:

npm test

Testing with Protractor

Start the Protractor test runner, using the e2e configuration:

npm run protractor