Tapcode is a creative-code web-app with a mobile-first design. Users can code with a set array of code snippets to draw on a HMTL5 canvas directly beneath the code editor.
npm install
bower install
- npm will install the build- and test dependencies into the node_modules directory
- bower will install the front end dependencies into the bower_components directory
The project is a single-page application. To serve the app folder, run
npm run serve
..and open your browser at http://localhost:8081
In development mode, the intro screen and typing animations are shortened. You can control this with the Kano.Tapcode.Config.DEBUG property in src/config/development.html