EQuiz
  • Introduction
  • Project Structure
  • Customizing App
  • Prepare to Production
  • Firebase Configuration
  • Admob Configuration
  • Push Notification
    • Get Firebase Sender ID
    • One Signal App Id and Rest API Key
Powered by GitBook
On this page
  • Overview
  • Setup project

Was this helpful?

Project Structure

After install

PreviousIntroductionNextCustomizing App

Last updated 5 years ago

Was this helpful?

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