Project for the course of Advanced Topics in Internet Systems of the Universidade Federal do Rio Grande - FURG
- Clone the Project
- In the project directory, run the following commands:
$ npm install
$ npm install
$ npm run fetch-plugins
$ ionic build
- Run
ionic serve
to open the app on the browser.
If you get the error: node_modules/rxjs/internal/symbol/observable.d.ts(4,9): error TS2687: All declarations of 'observable' must have identical modifiers.
, run the command:
npm install @types/[email protected]
Based on the project of okode (https://github.com/okode/movies-app.git)