UKM-Programming-UMDP / procom-kas-fe-user

Frontend Web Aplication for Kas Management - User side
0 stars 3 forks source link
muiv5 react tailwindcss typescript vite

Procom Kas Frontend for User

Requirements

Development Setup


Clone This Project

Install

npm install

Auto Formatter

Environment variables

Development

Create a new branch

To solve an issue from Backlog, always create a new branch to the related repository. The format is {type}/{your-issue}. Example: feature/add-middleware, fix/cannot-create-user


Commit changes

Commit at the smallest meaningful changes possible. Give clear and concise commit message:

  1. What has been created/modified
  2. What will be affected

This will help you and other team member to debug later when there’s a failure. Example commit message:

add: balance history page

edit: get user history

fix: cannot display user list


Run on your local

After making modifications, make sure you can run it on your local. Pay attention to warnings and errors and fix that before continue to next step.

npm run dev

Push to your branch

Push your working modification to your own branch.


Make a Pull Request

Give clear PR title message to each branch, let the other developer know what you’re trying to merge. Example PR title:

Feature/Balance Page

Fix/Cannot display list of user


Main Branches

Development

Staging

Master