Start a project
Build project
$ ionic build
This command will compile web assets and prepare them for deployment.
Run project
$ ionic serve
When you run this command, the code inside of src/
is transpired into the correct Javascript version that the browser understands.