Skip to main content

Develop with FastTrack

Install FastTrack

Note

These steps assume:

  • Documents are loaded into a MarkLogic database and an app server that expose the MarkLogic REST endpoints.

  • A middle-tier server proxies MarkLogic REST requests and handles authentication and CORS. See Set up a three-tiered application for setup instructions.

To install FastTrack:

  1. Scaffold your React application and copy the ml-fasttrack-x.x.x.tgz file to the application root directory. A React application can be scaffolded using a tool such as Vite.

  2. Run this command from the application root directory in a terminal:

    npm install file:ml-fasttrack-x.x.x.tgz