Table of Contents
Questionnaire web-application made with Ionic and Angular. It consumes data from backend API-REST (Made with Spring Boot).
Learn more about the backend application here.
To try this project locally clone it in Visual Studio and follow this simple steps.
Install NodeJS
- Clone the repo
git clone https://github.com/Lulabudy/ionic-questionnaire
- Install NPM packages
npm install
- Run in localhost
ionic serve
-
Install Android Studio
-
Generate a native project
ionic capacitor add android
-
Open android studio project
npx cap open android
-
Run in virtual device or Android device. For more information about running this app in a Android device, check Ionic's documentacion
ionic build --prod --release
This will create a folder named 'www' inside the project. This folder will contain the build in production mode.
Just follow the steps. It's really simple!
Francesco De Amicis - Github Profile - [email protected]
Antonio Rodríguez Gundermann - Github Profile
Project Link: https://github.com/Lulabudy/ionic-questionnaire