Code Monkey home page Code Monkey logo

pick-up-app's Introduction

Pick-up-app - Ionic 6 and angular 14

Using this project (prerequisites)

Node

This project is tested on latest stable version of Node 14 and above Make sure you have a node version close to this.

You can download the correct version from the download page for node.

To verify the node installation, open a new terminal window and run:

$ node --version
$ npm --version

Cordova

You must have cordova installed prior to this. Install Cordova using

$ npm install -g cordova

The ios-sim and ios-deploy are utilities that deploy apps to the iOS simulator and iOS devices during development. They can be installed globally with npm.

$ npm install -g ios-sim
$ brew install ios-deploy

Install angular

$ npm install -g @angular/cli

Ionic

Install Ionic globally using

$ npm install -g ionic

Installation of this project

You can download the source code from the gitHub repo or clone it using.

    $ git clone https://github.com/javedshahzad/pick-up-app.git
  • Extract the zip file if you download

  • Install npm dependecies

$ npm install

Run app on local server

$ ionic serve

This will run app in your browser

  • Install Resources
$ ionic cordova resources
  • Add Platform (whichever required)
$ ionic cordova platform add android

$ ionic cordova platform add ios

in few cases, you might need to install the latest platform

$ ionic cordova platform add android@latest

$ ionic cordova platform add ios@latest

Run app on device

$ ionic cordova prepare android

$ ionic cordova prepare ios

You can run the apps on device or Simulators from Android Studio/Xcode for Android / iOS.

Or you can run directly from CLI

$ ionic cordova run android

$ ionic cordova run ios

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.