Skip to content

marcoagsa/blueToothProject

Repository files navigation

blueToothProject

Run Project

  1. Install node js

  2. Run the terminal

  3. Instal Ionic Framework

    • npm install -g @ionic/cli
  4. Clone the project

  5. Ionic terminal commands

    • ionic serve (to run project in browser)
    • ionic cap add platform android (to create project for run in android)
    • ionic cap add platform ios (to create project for run in ios)
  6. Install android studio (to run in android emulator)

  7. Install xcode (to run in ios emulator)

  8. Ionic terminal commands

    • ionic build && npx cap copy (copy all alterations to the project in ios and android)
    • ionic cap open ios (open the project in xcode)
    • ionic cap open android (open the project in android studio)
Note: You can see in browser the project but it will not work because it need the bluetooth device

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published