A react based front end for isosim
- Run isosim locally at port 8080
- Edit src/components/Utils/Properties.js and change this.baseUrl to
this.baseUrl = 'http://localhost:8080'
- Start the application by running -
npm start
- Change the baseUrl in src/components/Utils/Properties.js to
this.baseUrl=''
- Run
npm run-script build
Once built,
- Delete the existing build directory from isosim/web/react-fe
- Copy the build folder to isosim/web/react-fe/
- Restart Isosim