Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 520 Bytes

Frontend App

Setup

1. Setup and start the backend server

2. Move to the project directory

$ cd true-img/frontend

3. Install the dependances

$ npm install

4. Set the API_BASE_URL environment variables

// For example
export API_BASE_URL=http://localhost:8080

5. Build and run the app

$ npm start

Note: You may need to make port forwarding or just you can install a simulator and run the app on it.