You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReactApp/README.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,42 +11,42 @@ This document provides detailed information about running the ReactApp demo usin
11
11
This project works with **Node JS 6.10** and above. Please ensure that you have it installed otherwise please follow up [this link](https://nodejs.org/en/).
12
12
13
13
### How to Run the Project ###
14
-
1. Download or clone this repository
15
-
1. Open up the terminal or command prompt and proceed to the project's directory
16
-
1. Run```npm install```. This command will install all the required dependencies.
17
-
1. For setting up the app you have to explicitly set Environment variables in .env file that you can find in this folder.
18
-
19
-
These are the available environment variables that you'll find in the file.
* ```PUBLIC_URL``` is the URL of your app. For e.g. https://idscangoweb.acuant.com
43
-
* ```REACT_APP_FRM_ENABLED``` - set this to true if you want to enable Facial Recognition Match
44
-
* ```REACT_APP_IDPASSPORT_ENABLED``` - Set this to true if you would like to enable ID and Passport option
45
-
* ```REACT_APP_MEDICAL_CARD_ENABLED``` - Set this to true if you would like to enable Medical Insurance Card option
46
-
* ```REACT_APP_MOBILE_ONLY``` - Set this option to true if you want the app to run only on mobile devices
47
-
* ```REACT_APP_SENTRY_SUBSCRIPTION_ID``` is optional.
48
-
49
-
1. To run the app, call ```npm run start```. The project will start running on ```http://localhost:3000``` (default address). You do not need to set ```PUBLIC_URL``` and ```BASENAME``` if you are running the app on default address using ```npm run start```.
14
+
***Step 1** - Download or clone this repository
15
+
***Step 2** - Open up the terminal or command prompt and proceed to the project's directory
16
+
***Step 3** - run```npm install```. This command will install all the required dependencies.
17
+
***Step 4** -
18
+
For setting up the app you have to explicitly set Environment variables in .env file that you can find in this folder.
19
+
20
+
These are the available environment variables that you'll find in the file.
```PUBLIC_URL``` is the URL of your app. For e.g. https://acuantgoweb.acuant.com
43
+
```REACT_APP_FRM_ENABLED``` - set this to true if you want to enable Facial Recognition Match
44
+
```REACT_APP_IDPASSPORT_ENABLED``` - Set this to true if you would like to enable ID and Passport option
45
+
```REACT_APP_MEDICAL_CARD_ENABLED``` - Set this to true if you would like to enable Medical Insurance Card option
46
+
```REACT_APP_MOBILE_ONLY``` - Set this option to true if you want the app to run only on mobile devices
47
+
```REACT_APP_SENTRY_SUBSCRIPTION_ID``` is optional.
48
+
49
+
***Step 5** - To run the app, call ```npm run start```. The project will start running on ```http://localhost:3000``` (default address). You do not need to set ```PUBLIC_URL``` and ```BASENAME``` if you are running the app on default address using ```npm run start```.
0 commit comments