Table of Contents
This project has been built with the following technologies.
.
├── public
└── src
├── components
├── data
├── images
├── pages
├── routes
├── styles
└── App.js
public: Contains public files such asindex.html.src: Contains source files (JS, CSS, assets, etc.)components: Contains reusable react components.data: Contains raw data.images: Contains images and icons.pages: Contains all pages.routes: Contains custom routes.styles: Contains all stylesheets (CSS).utils: Contains commonly used util functions.App.js: Contains the top-levelAppcomponent.
It is prefferred to use docker over bare metal setup.
- Install docker and
docker-compose. For ubuntu, follow the comamnds below:sudo apt install docker.io docker-compose
- Start the container using
docker-compose.ymlfilesudo docker-compose up -d
- The site will be hosted at
http://localhost:8000
- Install NodeJS
- Install or enable Yarn
- Clone this repository
- Run
yarn installin the cloned repository to download all dependencies - Run
yarn startto start a local development server - The site will be hosted at
http://localhost:3000
Note
For any ideas, suggestions or queries regarding the website, mail us at [email protected]
| Name | Phone No. | |
|---|---|---|
| Daksh Yadav | [email protected] | +91-8795675974 |
| Devansh Soni | [email protected] | +91-7999892181 |