Prerequisites
$ npm install -g cordova ionic
First thing you should do is npm install
.
Then you should create a 'key.ts' file in the root directory of the project with
export default "XXXXXX";
Where XXXX is your key of omdb api, you can ask for one here --> 'https://www.omdbapi.com/'
For launching you can do
$ ionic serve
If you want to see the app as a desktop webapp
or
$ ionic serve -l