- npm install
- npm run build
- create a .env file
https://github.com/airbnb/javascript/tree/master/react#naming
- eslint
- prettier
- Simple React Snippets
#1. Features If new feature is being added then use this convention: features/{task-id}/{name-of-the-task}
-
Enhancements If its a enhancement of existing feature the branch name should follow this convention: enhancements/{task-id}/{name-of-the-task}
-
Bugs If it is a bug use this convention: bugs/{task-id}/{name-of-the-task}