Is it possible to run Ionic app on my PC?

Hello,

I just started today.
I want to know, Is it possible to run ionic project on my PC, just like PHP or .Net website?

Also How can I deploy this app to my server?

Regarding running it on your PC, you can use ionic serve and test the app in your browser… but if you want to simulate a desktop application you can try node-webkit link to encapsulate your app.

Some examples: samples

But I haven’t tried it yet.

Actually I want to create web app which can fit for any device. So Which one is good way to follow? Can you provide me some tutorial link ?

For a webapp, just serve the www/ directory and you will have your web app running,

An example of a ionic app running on the cloud: https://xelom.github.io/