Application to display step-by-step guide using tooltips.
- Docker
- Node.js 12.8.0
docker build -t smart-tooltip .
docker run -p 9000:9000 smart-tooltip
Demo application will be started at http://localhost:9000.
npm install
npm run build
npm start
Demo application will be started at http://localhost:9000.