This project was created following these setup instructions.
Clone this project, then:
git clone https://github.com/MediaComem/comem-citizen-engagement-ionic-starter.git
cd comem-citizen-engagement-ionic-starter
npm install
You must also put the configuration file in place the first time:
cp src/app/config.sample.ts src/app/config.ts
Fill in appropriate values in src/app/config.ts
.
Run in development mode in the browser with:
cd comem-citizen-engagement-ionic-starter
ionic serve