Skip to content

HoangPham1208/cnpm-repo

 
 

Repository files navigation

Quickstart

  1. cd to backend
  2. npm install
  3. npm run dev

Git quick start

  1. get repo clone (git clone repo-url)

git fetch, git pull origin main to be updated with main project

  1. create branch (git branch branch-name)

  2. switch branch (git checkout branch-name)

  3. code

  4. commit (git commit -am 'message')

  5. upload branch to github (git push origin branch-name)

  6. create pull request (main <- branch-name)

  7. merge request accepting...

git fetch, git pull origin main if needed (checkout main branch before pull)

GG Drive

https://drive.google.com/drive/folders/1ZP1B0E97vke3EVm85nY1EDkVLo5AY1wB?usp=sharing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 5.2%
  • HTML 1.8%