acidb / mobiscroll-demos-jquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobiscroll jQuery Demos

This repository consists of demos from the Mobiscroll website. It is meant to be a learning resource and a quick way to start working with Mobiscroll components (and beyond).

Required steps to run the project locally:

  1. If not signed up yet, or don't own a license, you can start a free trial.

  2. Clone the repository:

    git clone https://github.com/acidb/mobiscroll-demos-jquery.git
    
  3. If not installed yet, install the Mobiscroll CLI from NPM:

    npm install -g @mobiscroll/cli
    
  4. Config Mobiscroll - open a terminal window in the root directory and run:

    mobiscroll config jquery
    
  5. Install dependencies - open a terminal window in the root directory and run:

    npm install
    
  6. Run the project:

    npm run dev
    

Have you encountered any issues or do you have feedback regarding the demos? Feel free to contact us via our ticketing system or website chat. Alternatively, you can also submit your questions to our Community Forum.

About


Languages

Language:JavaScript 99.8%Language:CSS 0.2%Language:HTML 0.1%