Skip to main content

Develop with FastTrack

UI tier: React

FastTrack widgets are React components that function inside a React application. This project includes a React UI application in the my-app directory that was scaffolded using Vite. FastTrack widgets can be added to the React UI to enable MarkLogic search.

To start the React application:

  1. In a new terminal, change into the my-app directory and install the application dependencies with this command:

    npm install
  2. Start the React UI application by running this command:

    npm start
  3. Once the React application is running, it can be accessed at http://localhost:3000.

Now that the three-tiered application is set up, the FastTrack library can be installed, and the widgets can be used to build a MarkLogic search application. See Create a search application.