/pancakes

A mobile application to create, manage and share your curated list of anything.

Primary LanguageTypeScript

Project Pancakes

A mobile application to create, manage and share your curated list of anything.

Setup

  1. Download the project
git clone https://github.com/ntancardoso/pancakes.git
  1. Go to the project directory and install dependencies
npm install

Test

  • Run tests
npm test
  • Run E2E test
npm run e2e

Deploy

  • Launch on browser
ionic serve
  • Launch on device
cordova run --device
  • Check out the Ionic Docs on how to build and package the app.