Hello contributor , i want you to stick to the below listed Setup guidelines to successfully setup the react app in your local system and get started with developing!!
Forkthe repo to your account.git cloneto clone the repo- You have to access the
vesttechfolder to get the webapp - Now you have the repo in your local storage
- You can access the
clientfolder to get the frontend - Next to setup the react app
npm install - Once the node modules and other stuffs are installed ,
npm startto start the app inhttp://localhost:3000/ - You can acess the
serverfolder to get the backend and start it withnpm startinhttp://localhost:5000/ - Make changes according to the Tasks assigned to you
- Maintain the folder structure , keep small components like Navbar, Footer in
src\componentsfolder - Keep big Pages like Login page, home page in the
src\pagesfolder - We have used Bootsrap 5.0 for styling , css files are available in
src\styles - You are also allowed to use GOOGLE FONTS for same fonts as of figma files.
- Other extra Pictures, icons , svgs are to be kept in
src\images\ - For understanding of UI/UX check here
- Once you are done with the changes ,
cd ..to come to the root folder git pullto pull the latest version of the codegit add .to stage for commitsgit commit -am "message"for commiting the code.- REMEMBER --> YOU NEED TO PULL REQ ON
itsroy69-doctalkBRANCH !! - Once done create a Pull Request and wait for the mentor to review.
- Don't forget to attach
Screenshots, Proper Description and Issue Numberin the Pull request