First app ionic
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Ensure you have the following installed on your local system:
- Node.js
- Ionic CLI
-
Clone the repository:
git clone https://github.com/Drago1204/ionic-app-university-practice.git
-
Navigate into the directory of the cloned repository in your terminal.
-
Install Node modules:
npm install
This command installs all the necessary Node modules as defined in the
package.json
file. -
Start the Ionic service:
ionic serve
This command starts a local development server for app dev/testing.
Now, you should be able to see the application running in your web browser.