Angular project
# install dependencies
npm run prestart
npm run postinstall
# serve at localhost:8080
npm run start
# e2e-tests
npm run protractor
# compile sass files
npm run sass
- angular: 1.6.9
- angular-ui-router: 1.0.7
- protractor: 4.0.9
The following is the example of directory:
Youtube-app
├── app
│ └── assets
│ │ └── css
│ │ └── img
│ │ └── js
│ └── components
│ │ └── channel
│ │ └── search
│ │ └── video
│ └── filters
│ └── sass
│ └── services
│ └── views
│ └── app.js
│ └── index.html
└── e2e-tests
MIT licence