Developed by Encode Web Team (Preet Sojitra , Parth Sood, Aniket Patel, Dev Parikh and Bhagirath Patel)
.
├── 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 start
Open http://localhost:3000 to view it in your browser.