Cookiteer - Angular 10 Food Blog Template

In order to kickstart the development of your web app with Cookiteer, the very first thing is to setup an Angular development environment.

Name Description
angular.json Used for configuration of project specific settings. You can add external styles and scripts, change the output folder, add assets, add environment files and more.
e2e Will be used for end-to-end tests to ensure functionality for users before deploying.
node_modules All external modules used are here. Do not mess with this folder, as it is auto-generated by using npm install.
package.json Contains all dependencies used for production and development.
src Contains all Angular Typescript code, assets and basically everything the end user will have access to.
tslint.json Angular-CLI includes an automatic Typescript-Linter, which can be configured with this file.
  • Node.js and NPM : If NodeJS is not installed then download it from https://nodejs.org/. NPM comes bundled with Node.js
  • angular-cli : You can install angular-cli by executing from your command window npm install -g @angular/cli. More details can be found here https://github.com/angular/angular-cli
  • Before proceding you'll need to install npm packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
  • Run ng serve for a dev server. Navigate to localhost:4200/. The app will autometically reload if you change any of the source files.
  • Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
  • To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.
  • Home Page 1 (/app/components/pages/homepage1)
  • Home Page 2 (/app/components/pages/homepage2)
  • Home Page 3 (/app/components/pages/homepage3)
  • Home Page 4 (/app/components/pages/homepage4)
  • Home Page 5 (/app/components/pages/homepage5)
  • Blog Grid (/app/components/pages/blog-grid)
  • Blog List (/app/components/pages/blog-list)
  • Blog Masonry (/app/components/pages/blog-masonry)
  • Blog Single V1 (/app/components/pages/blog-single-v1)
  • Blog Single V2 (/app/components/pages/blog-single-v2)
  • Blog Single V3 (/app/components/pages/blog-single-v3)
  • Aboutus (/app/components/pages/aboutus)
  • Login (/app/components/pages/login)
  • Signup (/app/components/pages/signup)
  • Checkout (/app/components/pages/checkout)
  • Cart (/app/components/pages/cart)
  • Product Detail (/app/components/pages/product-detail)
  • Recipe Archive (/app/components/pages/recipe-archive)
  • Recipe Detail (/app/components/pages/recipe-detail)
  • Shop (/app/components/pages/shop)
  • Contactus (/app/components/pages/contactus)
  • Go to /app/app.routing.modules.ts and see the urls & find the appropriate modules for every pages.

Template Features:
  • Built on Angular 10
  • Attractive Homepage
  • Responsive in Any Device
  • Retina Ready
  • Creative and Beautiful Layout
  • Fast, Lightweight & Powerful
  • Smooth Transition Effects
  • ES6+
  • Clean And Professional Coding
  • Creative and Modern Design
  • Bootstrap (v4.5.0)
  • Simple Client-side Routing (page based)
  • Google Font and Icon Used
  • Integrated With IcoFont and FlatIcon
  • Easily Customizable
  • Well Commented Code
  • Detailed Documentation

Here are the dependencies list which being used in the Cookiteer Angular Template:


"dependencies": {
    "@angular/animations": "~10.0.5",
    "@angular/common": "~10.0.5",
    "@angular/compiler": "~10.0.5",
    "@angular/core": "~10.0.5",
    "@angular/forms": "~10.0.5",
    "@angular/platform-browser": "~10.0.5",
    "@angular/platform-browser-dynamic": "~10.0.5",
    "@angular/router": "~10.0.5",
    "rxjs": "~6.5.5",
    "tslib": "^2.0.0",
    "zone.js": "~0.10.3"
},
"devDependencies": {
    "@angular-devkit/build-angular": "~0.1000.4",
    "@angular/cli": "~10.0.4",
    "@angular/compiler-cli": "~10.0.5",
    "@types/node": "^12.11.1",
    "@types/jasmine": "~3.5.0",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "^6.0.0",
    "jasmine-core": "~3.5.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "~5.0.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~3.3.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "protractor": "~7.0.0",
    "ts-node": "~8.3.0",
    "tslint": "~6.1.0",
    "typescript": "~3.9.5"
}

By default, the template loads Open Sans & Playfair Display font from Google Web Font Services, you can change the font with the one that suits you best.

Font code can be found in the "assets/css/style.css" file:

Images
Unsplash
Burst
Feeepik
Pexels
Packages
Angular 10+
TypeScript
ngx-wow
rxjs
tslib
Bootstrap
zone.js
Google Fonts

If you have any questions, please contact our support team with your purchase key or use our profile contact form on Envato ( https://themeforest.net/user/androthemes ).
We aim to answer all questions within 24 hours . In some cases the waiting time can be extended to 48 hours.