edmilson-dk / react-user-onboarding-poc

Proof of concept, to test the use of the Driver.js lib for building user onboarding in ReactJS applications.

Home Page:https://react-user-onboarding-poc.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Driver.JS React App demo

PRs welcome! License License Stars Languages

Proof of concept, to test the use of the Driver.js lib for building user onboarding in ReactJS applications.

Table of Contents

Technologies

👷 Setup

  • 1 First clone the repository for your machine.
git clone https://github.com/edmilson-dk/react-user-onboarding-poc.git
  • 2 After that, enter the generated folder and install the project dependencies.

You will need to have Nodejs installed on your machine, and yarn if you want to use it to install dependencies.

npm install
# or with yarn
yarn install
  • 3 After that start the React.JS server and it will automatically open the browser for you.
npm dev
# or with yarn
yarn dev

License

MIT Project License

Creator with 💙 by Edmilson Jesus

About

Proof of concept, to test the use of the Driver.js lib for building user onboarding in ReactJS applications.

https://react-user-onboarding-poc.vercel.app/

License:MIT License


Languages

Language:TypeScript 52.7%Language:CSS 39.8%Language:HTML 7.5%