Project Structure
After install
Overview
Unzip the file.
You see the following folders:
EQuiz Admin
EQuiz App
Documentation
Setup project
That is very easy.
Open Project
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?