cart

Collcart (College based ecommerce)

Collcart

Table of Content

About

Explore new and trendy getups & webseries with Collcart!!

Goals

Folder structure

collcart
│   README.md
│   ...
└───public
│   │
│   └───images (assets)
│       │   ...
└───src
    │   
    └───assets (svg)
    │   
    └───components (components and pages)
    │   
    └───config (firebase settings)
    │   
    └───styles (global styles)
    |
    |  App.js
    |  index.js

Installation can be done through

  1. Prerequisites

nodejs yarn

  1. Clone the project

git clone https://github.com/<username>/<project>

  1. Initialize the app

npm run install (for nodejs)

or

yarn (for yarn)

  1. Start the app

npm run start (for nodejs)

or

yarn start (for yarn)


LICENSE