rizzaccio87 / patryshop-fe

Patryshop Frontend Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PatryshopFe

This project represents the frontend part for the patry shop project. Refer to https://github.com/rizzaccio87/patryshop for the backend part of the project. This project was generated with Angular CLI version 11.0.4.

Installation guidelines

  1. Install Node.js from https://nodejs.org/en/download/. Npm will install automatically. Test it by doing (in a terminal)
$ node -v
$ npm -v
  1. Install Angular CLI via npm
$ npm install -g @angular/cli
  1. Clone this repository and install the node dependencies, navigating to your project folder and doing (in a terminal)
$ cd ${project-parent-folder}/patryshop-fe
$ npm install
  1. Run the application doing ng serve. Navigate to http://localhost:4200/.

About

Patryshop Frontend Project


Languages

Language:TypeScript 48.3%Language:Less 38.5%Language:HTML 9.6%Language:JavaScript 2.7%Language:SCSS 0.9%