React + Python

Run API (Python)

  1. Go to directory of project

2. Run cmd: pipenv shell

3. Run cmd: python manage.py runserver, then api server will start

Run Front(React)

  1. Go to directory of project
  2. Run cmd: npm run dev, then web server will start

Git Push

  1. Go to directory of project
  2. Run cmd: git status // for check branch
  3. Run cmd: git commit -m ‘<comment>’
  4. Run cmd: git push

Git Merge

gir merge <branch ที่จะ merge

--

--