- node >=14.17.6
- yarn >=1.22.1
git clone --depth=1 https://github.com/ttRmz/react-app-boilerplate.git project_name
cd project_name && yarn
yarn start
this will run both
react-app
andstorybook
yarn test
or
npx majestic
yarn run format
Drop your new flat svg icons into /src/assets/icons
folder then run :
yarn build:icons
This command will udpate ICON_NAMES
enum thens update your icons fonts files.
the svg's name will be the icon name to pass as prop to
<Icon />
component.
Drop your new svg images into /public/assets/symbols
folder then run :
yarn build:assets
This command will udpate ASSET_NAMES
enum.
the svg's name will be the asset name to pass as prop to
<Asset />
component.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
The changelog is available here.
You can also check releases page.
Give a βοΈ if this project helped you!
Copyright Β© 2020 Ramirez Tristan.
This project is MIT licensed.