1. Setup and start the backend server
$ cd true-img/frontend
$ npm install
// For example
export API_BASE_URL=http://localhost:8080
$ npm start
Note: You may need to make port forwarding or just you can install a simulator and run the app on it.
$ cd true-img/frontend
$ npm install
// For example
export API_BASE_URL=http://localhost:8080
$ npm start
Note: You may need to make port forwarding or just you can install a simulator and run the app on it.