[Solved] Installing ionic and cordova on windows 10


install Cordova with ionic

Open cmd -> npm install -g ionic cordova

than create a project -> ionic start MyApp blank (Blank is theme name)

enter project folder name -> ng serve

solved Installing ionic and cordova on windows 10