Skip to content

jeeehaan/e-commerce

Repository files navigation

eCommerce

Team Ascendancy

  • Jessy Hanifiah (Lead)
  • Afifah (Member)

Links

Installation Guide

  1. Clone this repository
      git clone git@github.com:jeeehaan/eCommerce.git
  2. Install dependencies
      npm install
  3. Go to project folder
      cd eCommerce
  4. Run the project
      npm run dev

GitHub Rules

  • Every new update must be in new branch
  • Always do git pull before creating new branch
  • Do regular commit in small chunk
  • Has to be fine in build before commit npm run build
  • git pull (main) --> create new branch --> modify in new branch --> build --> commit

GitHub Cheat Sheet

  • Create new branch

     git checkout -b branch-name
  • Delete branch

    • local
     git branch -d branch-name
    • remote
     git push origin -d branch-name
  • Rebase

     git reset --soft HEAD~

GitHub Tips

About

This project was created for learning purpose, mainly frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published