8000 GitHub - Surraj/apspace: Mobile App @ CTI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Surraj/apspace

 
 

Repository files navigation

APSpace

Mobile App @ CTI.

Requirements

  • node >= 10.x
  • npm / yarn

Building

Development

Mitigate CORS issue during development with CORS Everywhere.

$ ng serve  # web - http://localhost:4200/
$ ionic cordova run android -lc  # android

Android live-reload have CORS issues.

Need to downgrade graphql to update GraphQL schema for Attendix.

$ yarn add graphql@latest
$ yarn generate
$ yarn add graphql@^0.11

Production

$ ionic cordova build android --prod --release

Testing

Run ng test to execute unit tests via Karma. Run ng e2e to execute end-to-end tests via Protractor.

Contributing

About

Mobile App @ CTI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 54.9%
  • HTML 37.8%
  • CSS 7.1%
  • Other 0.2%
0