5. Run `npm i -g ionic`. On UNIX system, you may need to prepend "sudo".
6. 1. Run `ionic serve --no-livereload --no-interactive --no-open` and enjoy!
2. To run it in the background, use: `ionic serve --no-livereload --no-interactive --no-open &`
##Building
To build the application for production use, run: `ionic cordova build browser --prod --release`
## Configuration
### Backend URL
To change the URL for the backend, use the `ionic.config.json` file (proxies > proxyUrl). By default, the system assumes that backend and frontend are installed on the same machine.