master
branch.PascalCase
and .jsx
extension for React components.cammelCase
and .js
extension for other JavaScript files..spec.js
suffix for the test files.master
and prepared for the next release!feature
prefix for new features, bugfix
for bugfixes and dev
for internal (i.e. architectural) improvements. Examples: feature/field-format
, bugfix/form-clear
, dev/bundle-size
.git add
.git commit
.git checkout master
and git pull --rebase
to pull the latest changes from the master
branch.git checkout PREFIX/YOUR_FEATURE_BRAHC
and git rebase master
to ensure your feature branch is up-to-date.master
branch by its reviewer.npm start
npm test
npm run cypress
npm run test:unit
npm run test:integration
npm run build