Example Ionic angular app for fictional cinema, this works alongside Cinema-API
- npm
- ionic-cli
- Clone repository
git clone https://github.com/agus757/cinema-app
- Go to project folder
cd cinema-app
- Install dependencies
npm install
- Configure
apiUrl
andavatarImage
onsrc/environments/environment.ts
Be sure to have running cinema-api before serve ionic app. Having that checked, you can run the following command to test the app
ionic serve