Running and modifying your app

Start the Room Reservation app using npm start after configuring the environment with Node.js, make customizations following UX best practices, and close the app after completing changes to prepare for deployment.

Next, after your IBM® Maximo® Real Estate and Facilities environment is configured, with Node.js or npm installed, run and modify your app as follows.

  • Run npm start to start the Room Reservation app.
    cd tririga-room-reservation
    npm start
  • Make any modifications or customizations to your app.
    Note: For more information about best practices for customizing UX apps, see UX best practices.
  • After you make your changes, close your running app.