usfsoar / SOAR_SimpleGPS

SimpleGPS trackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOAR Simple GPS Trackers

PWA UI

How to Develop

Make sure you have node installed in your computer. If not, you can download it here.

  1. Clone the repository
  2. Change directory to simple-gps-pwa
  3. Install all dependenciesnpm install
  4. Run the development preview with ionic serve

This is a Progressive Web App (PWA) built with React and the Ionic Framework. Here are some useful documentation on how to develop with Ionic:

Given that Ionic already has a lot of components and utilities, you can easily build the app without having to write a lot of custom CSS. However, if you need to write custom CSS, you can do so by creating a new CSS file in the src folder and importing it in the corresponding component.

Feel free to break the app, that's why we have git 😎.

How to Build

  1. Run ionic build
  2. Make sure a dist folder is created
  3. To preview the build run npm run preview

How to Deploy

For now only @L42ARO has the account to deploy the app. If you want create a netlify account with the SOAR email to be able to deploy the app.

About

SimpleGPS trackers


Languages

Language:C++ 72.3%Language:TypeScript 24.1%Language:HTML 2.1%Language:CSS 0.6%Language:JavaScript 0.5%Language:C 0.4%