Make sure you have node installed in your computer. If not, you can download it here.
- Clone the repository
- Change directory to
simple-gps-pwa
- Install all dependencies
npm install
- 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 😎.
- Run
ionic build
- Make sure a
dist
folder is created - To preview the build run
npm run preview
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.