This repository contains a Collection of Assignments & Class Notes
, which help you understand the concepts of React.js.
- index.html - Root html file of the Project
- index.css - css file of Individual Chapter Project
- App.js - js file of Individual Chapter Project
- .env.example - environment variables for this project to run in development environment (create a new .env file and copy all values from .env.example and fill with the actual values)
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/himuuuuuuuuu/web-app"
Go to the project directory
cd web-app
Install dependencies
npm install
Start the server
npm run start
This application should now be running on localhost
. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
Thanks goes to these wonderful people (emoji key):