- install Node.js(it will automatically install npm) https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
- Create a folder named Front-end-react on your local directory
- Open that folder from VS code.
- Start new therminal from VS code
- Run following git commands
- git init
- git pull <repo_link>
- git remote add origin <repo_link>
- git pull origin master
- git branch <your_name>
- git checkout <your_name>
- git push origin <your_name>
- Install the react app using
- npm install
- Start the react app using
- npm start
- Start coding, commit changes and push to your branch using
- git add .
- git commit -m "Message"
- git push origin <your_name>
- After pushing to your branch go to the github using browser.
- It will ask you to create a pull request to master branch.
- Create a pull request with some comments about the new features that you added to the code.
- If there is no confilcts you also can merge it to master branch. Otherwise leave it to me as a pull request to resovle coflicts.
-
Notifications
You must be signed in to change notification settings - Fork 0
Database-Project-Group-CSE18/Frond-End-React
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is a Single Vendor E-Commerce Application. This consists of features such as sign in, sign up, buy items, add new items, etc... This is a semester 4 Database project.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published