# Profile Create project 

Tech stack
- webpack
- redux
- axios for rest calls

## connect configurations

## Install

```
npm install
```

## Build

```
npm run build

```

## Debug UI locally

```
# Run UI through webpack dev server on port 9003

npm run start

