ionic-angular-crud-app
A step by step Ionic 4 Cordova tutorial, In this tutorial, we will learn how to create a CRUD (Create, Read, Update, Delete) Mobile app (Android/iOS) with Ionic 4 and Angular 8
Article
Build Ionic 4 Cordova and Angular 8 CRUD Mobile App
Start App
- Git clone https://github.com/SinghDigamber/ionic-angular-crud-app.git
- Run
npm install
to install npm packages - Run
ionic serve -l
to start lab mode
Start Node/Express Server
cd backend
- Run
npm install
to node/express packages - Run
nodemon
to start node server - Run
mongod
to start mongoDB database