In this section, we will go through additional steps for using the IFML-to-React UI Generator Plugin.
1. Create a new project folder that will contain the generated front-end application code.
2. Add an empty file named SelectedFeature (case-sensitive) inside project folder that already created.
⚠ Prerequisites:
Ensure that SelectedFeature has been generated.
1. In the workspace, right-click on the core IFML model you want to generate (.core file).
1. To run the application for the first time, install dependencies:
npm install
2. Next, rename the .env.template into .env
3. Then, start the React application:
npm run start
4. Open a new terminal and start the Static Server on localhost:3003 (only required if modifying static pages):
npm run json:server
5. Your website will be accessible at http://localhost:3000.