- Notifications
You must be signed in to change notification settings - Fork0
Project of the discipline of Advanced Topics in Internet Systems of the Universidade Federal do Rio Grande - FURG
License
NotificationsYou must be signed in to change notification settings
marlonrcfranco/movies2watch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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/node@10.1.4
Based on the project of okode (https://github.com/okode/movies-app.git)