Clone an Ionic project from github - first steps?

What are the first steps after I have cloned an ionic project from github with the default gitignore? I tried it with:

$ npm install
$ ionic platform add android
$ ionic run android --device

Did I miss something? Because the app does not work as before on an other PC.

1 Like

Try
npm install && ionic state reset
cordova platform add android
ionic resources
ionic run android