Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@
Version:
node 12
npm 6
ng cli 9.1.9
```

### Check the node and npm version by running the following commands.

```
node -v
npm -v
ng --version
```

### Installation Steps:
### Installation Steps for project:

#### 1. Fork it
You can get your own fork/copy of Frontend by using the Fork button.
Expand Down Expand Up @@ -49,20 +51,30 @@ origin https://github.com/samagra-comms/uci-admin.git (fetch)
origin https://github.com/samagra-comms/uci-admin.git (push)
```

#### 4 Environment setup

The Environment is being used from the below file in the project root folder.
```
.env
```
this file contains following variables:
- NG_APP_url: API base url
- NG_APP_blobUrl: Sample file base URL
- NG_APP_botPhoneNumber: Bot phone whatsapp phone number


#### 4. Run it
#### 5. Run it

#### Install dependencies

```
npm install
```

#### 5. Build
#### 6. Build

```
ng build prod
ng build --prod
```
Build @dist

Expand Down