Clone our repository with this command.
git clone https://github.com/BCSDLab/JJBAKSA_FRONT_END
cd JJBAKSA_FRONT_END
Install dependency package and Start the development server!
yarn
yarn start
We are using yarn 1. Do not use
npm install
command. Useyarn
to install dependencies.
- Set up your development environment
- Make an issue for responsible development page
- Make change from a right branch
- Develop your page with code convention
- Be sure the code passes
yarn lint
before you commit - If you want to write commit message, Follow our commit message guide
We are following git-flow transformation strategy.
- main
- Branch for production server
- We are using main branch instead of production branch
- We don't use version tag
- feature
- Make branch name like
feature/#1
. Number means github issue number - Make a Pull Request to develop branch and Call leader for review request.
- Make branch name like
- develop
- Branch for development server
- If you want to publish this version, Make a Pull Request to main branch
- hotfix
- Branch for production error
- Make a Pull Request to main branch