Skip to content

This project is a mobile application for managing running and swimming competition with framework ionic

Notifications You must be signed in to change notification settings

Team-MasterDev/SuiviComp

Repository files navigation

Ionic Angular managing Running swimming competitions Application

This application is purely developed by Ionic Framework and Angular Youtube Demo.

Table of Contents

Demo

Getting Started

  • Download the installer for Node LTS.
  • Install the ionic CLI globally: npm install -g ionic
  • Clone this repository: git clone https://github.com/Team-MasterDev/SuiviComp.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.
  • Profit. 🎉

Deploying

Progressive Web App

  1. Run ionic build --prod
  2. Push the www folder to your hosting service

Android

  1. Run npx cap add android

iOS

  1. Run npx cap add ios