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