touchpoint-js
A vanilla JavaScript library that visually shows taps/clicks for HTML prototypes using CSS3 transitions on desktop and mobile.
File Explorer
Download Latest Version (.zip)- touchpoint-es5.js
- touchpoint-es5.js.map
- touchpoint-es5.min.js
- touchpoint.js
- touchpoint.js
- .babelrc
- .gitignore
- basic-demo.html
- bower.json
- Gruntfile.js
- index.html
- LICENSE.txt
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jonahvsweb/touchpoint-js
Downloads the entire project code from GitHub to your computer.
cd touchpoint-js
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
