- node >=14.17.6
- yarn >=1.22.1
git clone --depth=1 https://github.com/ttRmz/react-app-boilerplate.git project_namecd project_name && yarnyarn startthis will run both
react-appandstorybook
yarn testor
npx majesticyarn run formatDrop your new flat svg icons into /src/assets/icons folder then run :
yarn build:iconsThis 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:assetsThis 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.