Job ID :
JIRA :
Server : http://localhost:8000/
GIT: https://github.com/imardones/MyYouTubePlaylist
To build and run the site locally, you'll need:
- Node.js
- Cordova
- Sass
- Angular
- Ionic
npm install for node_modules
npm install -g @angular/cli to install angular
sudo npm install -g cordova to install cordova
sudo npm install -g ionic to install ionic
packages.json must be filled correctly by Developers
ionic server to start developemt from inside the root
Then, to run it, cd into MyYouTubePlaylist and run:
bash
ionic cordova platform add ios
ionic cordova run ios
Substitute ios for android if not on a Mac.
*This project was based of an Ionic ready-made app template (http://ionicframework.com/docs/)