Skip to content

jeiker26/ionic-simple-record-player

Repository files navigation

Ionic audio Record + Player

Example of audio recording and player. Boilerplate para Ionic4 + Angular7 + Sass + Storybooks + Cypress.

Demo

alt text

The construction of this example has 3 key modules:

Project

Base configuration


Getting Started

Requirements

Installing

npm install

To run the application:

npm run start

You can see the result of the demo in localhost:4200

Running mocks server

npm run mocks

You can see the result of the demo in localhost:3000

Running the tests

Units and integration tests:

npm run test

E2E:

npm run cypress:open

Deployment

npm run build:pro

Deploy in Android Emulator o phone connected

Requisitos

Run in android device:

ionic cordova run android -l

Debug app with google tools, copy + paste in your browser: chrome://inspect/#devices


Authors

  • Jesús Jávega

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details