This is a simple guide of getting started. This reposotry includes examples of how to setup and use Userpilot
scripts on different web applications (SPA, and SSR).
- Single Page Applications
- AngularJS App
- ReactJS App
- VueJS App
- Server Side Renderd Applications
- Laravel App
Navigate to the app directory, Install the needed depndencies, and run the application.
cd examples/angular-app
yarn install
yarn start
Navigate to the app directory, Install the needed depndencies, and run the application.
cd examples/react-app
yarn install
yarn start
Navigate to the app directory, Install the needed depndencies, and run the application.
cd examples/vue-app
yarn install
yarn start
composer install
php artisan key:generate
php artisan serve
This repo contains example code on how to integrate Userpilot using popular frameworks, and is not intended for production use. We recommend that you always seek latest stable versions of frameworks when they are available.