Starter kit for ionic 4 & angular 6 applications using UIRouter routing module
The following repo provides a boilerplate for projects intended to be written with Ionic 4 & Angular 6.
Please, note that this repo is based on active development releases of the following dependencies :
You need to install node
first in order to be able to download the following dependencies :
npm i -g ionic
npm i karma --save-dev
npm -g angular-cli
npm install
Make sure you’ve installed docker first
docker-compose build . && docker-compose up front -d
It will run a ionic serve
instruction on port 8100.
ionic serve
npm cap serve
ionic build
ionic cordova build android
ionic cordova build ios
ionic cordova emulate android
Emulate on iOS : ionic cordova emulate ios
Perform unit tests : npm test
Perform end-to-end tests :npm e2e
Generate documentation : npm run doc
This repo follows the structures described here
This boilerplate comes with the new capacitor
package provided by Ionic Team. Capacitor
brings the device-related components for your application and is backward compatible with cordova
plugins.
Note that if you want to rely on cordova
only you’ll still be able to do it. However you’ll have to remove capacitor plugins references in the code.
Electron
allows you to build your app as a native mac OS application.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.