Skip to content

fervillarrealm/angular7-ecommerce

Repository files navigation

angular7-ecommerce

This is an 100% frontend simple, but powerful, E-Commerce built with Angular 7.

Demo Live Demo

Features:

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd angular7-ecommerce
  • npm install

Running / Development

Running Tests

  • npm test

Building

  • npm build (development)
  • npm build --prod (production)

Deploying

Specify what it takes to deploy your app.