Project Structure

After install

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

ADMIN PANEL: $ ng serve --open

MOBILE APP: $ ionic serve

All ionic commands you can get from IONIC CLI.

Last updated

Was this helpful?