/Store

Online Store

Primary LanguageTypeScript

Online Store

Simple online store application PREVIEW

Installation process :

  • clone repo
  • navigate to project root folder
  • install all dependencies with yarn or npm i
  • run with yarn start or npm
$ git clone https://github.com/RandolphG/Store.git
$ cd project folder
$ yarn or npm i
$ yarn start or npm start
project
│
└───app
│   │   hooks
│   │   store
│   └───subfolder1
│       │   file111.txt
│       │   file112.txt
│       │   ...
│   
└───features
│   └───checkout
│   └───navbar
│   └───notifications
│   └───productDetails
│   └───productPage