Skip to content

Userpilot/userpilot-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Demo

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).

Apps

  • Single Page Applications
    • AngularJS App
    • ReactJS App
    • VueJS App
  • Server Side Renderd Applications
    • Laravel App

Run the examples

AngularJS

Navigate to the app directory, Install the needed depndencies, and run the application.

cd examples/angular-app
yarn install
yarn start

ReactJS

Navigate to the app directory, Install the needed depndencies, and run the application.

cd examples/react-app
yarn install
yarn start

VueJS

Navigate to the app directory, Install the needed depndencies, and run the application.

cd examples/vue-app
yarn install
yarn start

Server Side Renderd Applications

Laravel Example

composer install
php artisan key:generate
php artisan serve

DISCLAIMER

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.

About

Community showcase and examples of Userpilot usage on different platforms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •