Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 811 Bytes

OSSE-FrontEnd

old-school-space-empire

main Server Starting Commands

npm start Open http://localhost:3000 to view it in the browser.

Todos

git clone <repo link>

npm install in Front-end directory

npm install in REST-API directory

cd back to front-end directory

git pull on main branch

Choose a project or create one

git checkout -b <branchName>

At the end of day if you have no errors

git add .

git commit -m 'with message detailed as possible'

git push --set-upstream origin <your branch name>

at the start of every day

git pull on main branch

git checkout -b <branchName>

todo when working from the same branch and you want updates from main

git pull origin main