React Boilerplate based on the react-boilerplate-cra-template.
npm
.
- Clone the app.
git clone https://github.com/vilmarcabanero/my-react-boilerplate-ts.git my-app
- Go the the app then install the packages.
cd my-app
yarn
- Rename your package.json > "name" from my-react-boilerplate-ts to my-app.
-
Uses Material UI, Redux Saga, Redux Toolkit.
-
Has generators for child component, component, container, slice and function generator. Use
yarn generate
to start. -
Scalable code structure.
To use the generator, run
yarn generate
git commit -m "<JIRA_TICKET>: <COMMIT_MESSAGE>"
For example,
git commit -m "CB-1: Fix the type of children props."
Checkout from the dev branch, then create a new branch.
git checkout -b "<TYPE>/<JIRA_TICKET>/<BRANCH_NAME>"
Where TYPE would be feature or bugfix, and BRANCH_NAME would be a short-description-of-ticket
For example,
git checkout -b "feature/CB-1/login-feature"
Vilmar Cabañero 💻 |
Virna Cabaguing 💻 |