kmturley / angular-ecommerce

Example store using Angular and Material Design

Home Page:https://kimturley.co.uk/angular-ecommerce/dist/en/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-ecommerce

Example store using the following libraries:

  • Angular
  • angular-material

Installation

Ensure you have Node and NPM installed using the instructions at:

https://nodejs.org/download/

Install the project dependancies using:

npm install

Usage

Run the local server using the command:

npm start

Then view the site at:

http://localhost:4200/

Translations

Use the translate command to build the messages file:

npm run translate

Directory structure

src/                       --> Frontend sources files

Contact

For more information please contact kmturley

About

Example store using Angular and Material Design

https://kimturley.co.uk/angular-ecommerce/dist/en/index.html


Languages

Language:TypeScript 70.5%Language:HTML 12.3%Language:JavaScript 6.8%Language:CSS 5.8%Language:SCSS 4.6%