Skip to content

Spike using Ionic2 for an agenda of musical Events (Mosica)

License

Notifications You must be signed in to change notification settings

codingstones/mosica-ionic2

Repository files navigation

Spike using Ionic2 for Mosica

Getting Started!

As we explain in this post and in this post, we didn't want to duplicate the core logic of the mosica project, so we decided to create a mosica-core universal project to be shared by all of our experiments.

You need to clone this project as mosica-core so it will be referenced from the package.json of the current project.

Installing Dependencies

$ yarn 

or

$ npm run install

Running app in browser:

- ionic serve

Running in android:

- ionic cordova build android

Running in ios:

- ionic cordova build ios

Running tests with Jest:

- jest --watch 

About

Spike using Ionic2 for an agenda of musical Events (Mosica)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published