Initialization Project Front + Back
1. Go to your IDE and open blank directory
2. open your own terminal write "git init"
3. Create a Directory "fronted" and "backend"
4. create init fronted react app (you use the framework that you want) (just guidelines don't need to follow all na kub)
5. create init backend with nodejs express
6. don't forget to ignore nodemodule and env before push into GitLab (if we found your team will -2 points)
7. push into your repo of the group project by follow this command
cd existing_folder
git init --initial-branch=main
git remote add origin you_repo_url_here
git add .
git commit -m "Initial commit"
git push --set-upstream origin main
8. YeYe you can Initialization Hackathon Project already
No Comments