Skip to content

iamayushdaspro1/cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collcart

Collcart

Table of Content

About

Explore new and trendy getups & webseries with Collcart!!

Goals

  • Migrate to React.js

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

  1. Prerequisites

nodejs yarn

  1. Clone the project

git clone https://github.com/<user>/<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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.2%
  • HTML 5.8%