UI Tier: React
- Last Updated: May 5, 2026
- 1 minute read
- MarkLogic Server
- Documentation
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:
-
In a new terminal, change into the
my-appdirectory and install the application dependencies with this command:npm install -
Start the React UI application by running this command:
npm start -
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.