Unverified Commit 20ce47bb authored by Guillermo Sanz López's avatar Guillermo Sanz López Committed by GitHub
Browse files

Create README.md

parent 25511009
Loading
Loading
Loading
Loading

README.md

0 → 100644
+49 −0
Original line number Diff line number Diff line
# CAPIF Backoffice Frontend

# Repository structure

```
CAPIF_BACKOFFICE_Frontend
└───./vscode
└───public
│    └───images
│    └───locales
└───src
│    └───@core
│    └───@fake-db
│    └───configs
│    └───context
│    └───hooks
│    └───iconify-bundle
│    └───layouts
│    └───navigation
│    └───pages
│    └───store
│    └───views
└───styles
```
* **vscode**: ...
* **public**: ...
* **src**: ...
* **styles**: ...


## How to run Backoffice Frontend in this Repository

### Run All CAPIF Services locally with Docker images
To run using yarn you must ensure you have that tools installed at your machine.

Compile 
```
yarn build
```

You can run it in two differents ways. The first one is a way for a deployment environment.
```
yarn dev
```

The second one is a way to run in production environment.
```
yarn start
```