Single Page Application to create Movies (requirements: title*, category*, subcategory, cast1min, each actor has a name, salary*); New actors can be added or removed by using the buttons +/-;
- Angularjs with UI-Router
- Gulp and Webpack as a build system.
- BrowserSync for development.
- Jasmine Unit tester over Karma.
Local dependencies installation:
* npm install
* bower install
- Start the development server:
gulp serve