Developed by Encode Web Team
.
├── public
│ └── index.html
├── src
│ ├── assets
│ │ ├── css
│ │ ├── data
│ │ │ └── carouseldata.js
│ │ └── images
│ ├── Components
│ ├── App.js
│ └── index.js
└── README.md
-
Fork the repo and clone using the following command
git clone https://github.com/Preet-Sojitra/conference.git -
Change the directory
cd conference -
Install the dependencies
npm install -
Start local server
npm startOpen http://localhost:3000 to view it in your browser.