Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 517 Bytes

File metadata and controls

22 lines (15 loc) · 517 Bytes

Simple Ionic/Angular app for tasks handling

To build the app

Clone this repo

git clone https://github.com/romain-riviere/tasks-ionic.git

Follow these steps to get a firebase project's config

https://firebase.google.com/docs/web/setup

Add your firebase configuration

Change src/config/firebase.config.ts to match your firebase configuration.

In the project's directory

Install the ionic cli

npm install -g ionic

Install the dependencies

npm install

Launch the app

ionic serve