In order to run the application we need to first install all the node requirement. Run the below command inside the project folder.
npm install
npm install node-sass
To start the ionic server. Run
ionic serve
This will automatically open up a browser tab with the application running on the localhost.
Any changes made to the project will be reflected in real-time on the application.
To create production build of the project, Run:
ionic build
ionic cap copy