# Project Structure

## Overview

1. Unzip the file.
2. You see the following folders:

#### EQuiz Admin

#### EQuiz App

#### Documentation

## Setup project

That is very easy.

1. Open Project
2. Run `$ npm install`

After install dependencies you can run project&#x20;

ADMIN PANEL: `$ ng serve --open`

MOBILE APP: `$ ionic serve`

All ionic commands you can get from [IONIC CLI](https://ionicframework.com/docs/cli).
