Explore new and trendy getups & webseries with Collcart!!
collcart
│ README.md
│ ...
└───public
│ │
│ └───images (assets)
│ │ ...
└───src
│
└───assets (svg)
│
└───components (components and pages)
│
└───config (firebase settings)
│
└───styles (global styles)
|
| App.js
| index.js
git clone https://github.com/<username>/<project>
npm run install
(for nodejs)
or
yarn
(for yarn)
npm run start
(for nodejs)
or
yarn start
(for yarn)