Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.18 KB

Mobiscroll JavaScript 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-javascript.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 javascript
    
  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.