This boilerplate follows feature based architecture which includes following configurations,
- Mobx
- Inversify
- Material UI V5
- Axios
This project was bootstrapped with Create React App.
yarn start
- Start the applicationyarn build
- Build the applicationyarn build:configs
- Build Static configurations (this will execute along withyarn start
also.)yarn build:scripts
- Build CLI scripts ( this will execute along withyarn install
. )
yarn make:feature <name>
- Start the application- boilerplate new feature to the application with given name
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.