https://github.com/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.
https://github.com/edmilson-dk/react-user-onboarding-poc
driver-js reactjs vitejs
Last synced: 2 months ago
JSON representation
Proof of concept, to test the use of the Driver.js lib for building user onboarding in ReactJS applications.
- Host: GitHub
- URL: https://github.com/edmilson-dk/react-user-onboarding-poc
- Owner: edmilson-dk
- License: mit
- Created: 2022-07-16T14:24:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T14:26:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T21:31:49.971Z (over 1 year ago)
- Topics: driver-js, reactjs, vitejs
- Language: TypeScript
- Homepage: https://react-user-onboarding-poc.vercel.app/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Driver.JS React App demo
Proof of concept, to test the use of the [Driver.js](https://kamranahmed.info/driver.js/) lib for building user onboarding in [ReactJS](https://reactjs.org/) applications.
## Table of Contents
- [Tecnologies](#technologies)
- [Setup](#setup)
- [License](#license)
## Technologies
- [React](https://reactjs.org/)
- [ViteJS](https://vitejs.io/)
- [Driver.js](https://kamranahmed.info/driver.js/)
## 👷 Setup
- 1 First clone the repository for your machine.
```sh
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](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```
- 3 After that start the React.JS server and it will automatically open the browser for you.
```sh
npm dev
# or with yarn
yarn dev
```
## License
[MIT](https://github.com/edmilson-dk/react-user-onboarding-poc/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilsonjesus)