https://github.com/punkbit/movieapptechtest
Single Page Application to create Movies
https://github.com/punkbit/movieapptechtest
Last synced: 9 months ago
JSON representation
Single Page Application to create Movies
- Host: GitHub
- URL: https://github.com/punkbit/movieapptechtest
- Owner: punkbit
- Created: 2016-07-20T20:47:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T01:49:55.000Z (almost 10 years ago)
- Last Synced: 2025-09-02T14:59:21.798Z (9 months ago)
- Language: JavaScript
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie App Tech Test
Single Page Application to create Movies (requirements: title*, category*, subcategory, cast*1min, each actor has a name*, salary*); New actors can be added or removed by using the buttons +/-;
Stack:
---
* Angularjs with UI-Router
* Gulp and Webpack as a build system.
* BrowserSync for development.
* Jasmine Unit tester over Karma.
Dependencies:
---
```
Local dependencies installation:
* npm install
* bower install
```
Workflow:
---
* Start the development server: `gulp serve`