Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 293 Bytes

Yoonic

An Ionic application fetching the Pokemon API - recruitment process from YOOBIC.

Run the project:

  • on web: npm i && npm start
  • on (android/ios): npm i && ionic cordova run (android/ios) -l

Make sure to have ionic and cordova installed globally: npm i -g ionic cordova.