Site for listing Recipi and Ingredients.
Its is a single-page app (SPA) based on AngularJS and Gulp. The Api's request is been processed with mock data from the app side itself.
If you want to contribute, please refer to the Rangle.io coding guidelines and GitHub Flow.
- Download and install Node.js from here.
- Clone this repo and in the terminal,
npm install
- Then
gem install scss-lint -v 0.35.0
- Then
gulp serve
- Finally open localhost:3000 in your browser
To run all tools in the quality pipeline, type: npm test
. This task does the following things:
- Checks JavaScript code best practices using ESLint
- Checks SASS code for best practices using SCSS-lint
- Enforces JavaScript and HTML code formatting conventions using jsbeautify
- Runs the unit tests in PhantomJS.
To check the coverage go to: coverage -> phantomJs -> index.html open this in a browser to check the code and validate the code coverage.
Gladson Robinson contact information: gladsonrobinson@gmail.com