Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 619 Bytes

eCommerce application - this platform replicates real-world shopping experiences in a digital environment. It's a comprehensive online shopping portal where users can choose and buy any houseplants.

Technology stack:

TypeScript

SASS

EsLint, Prettier

Webpack

Git

Install:

  1. Clone this repo, using 'git clone': https://github.com/YourunB/eCommerce
  2. To install all dependencies 'use npm install'
  3. To start use 'npm run start'
  4. For test 'use npm run test'
  5. For running ESLint use 'npm run lint'
  6. For running Prettier use 'npm run format'
  7. To build project use 'npm run build'