There are three AngularJS practical tests included in this repository.
Each uses Laravel 5.3 for their back-end, however, knowledge of Laravel is not required. All necessary back-end components have been set up as needed for each exercise.
Specific instructions are included in each exercise.
Setup is required prior to attempting these exercises.
These exercises will require global dependencies and exercise-specific dependencies.
These should be installed prior to attempting the exercises.
The following versions are known to work:
- composer: 1.5.0
- Node.js: 8.7.0
- npm: 5.6.0
- gulp: 3.9.1 (local version)
Any other versions may cause issues in setup.
These steps should be done for each exercise.
- Install composer dependencies:
composer update
- Install node modules:
npm install
- Compile assets:
gulp
Parts of these exercises will require the use of an API. This will be provided, and the documentation can be found in API.md.