Skip to content
/ react-app-boilerplate Public template

πŸš€ My personal react boilerplate with a bunch of tools that i love

License

Notifications You must be signed in to change notification settings

ttRmz/react-app-boilerplate

Repository files navigation

Welcome to React App Boilerplate πŸ‘‹

GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status GitHub last commit GitHub Twitter: ttrmz GitHub Org's stars

πŸ“¦ Prerequisites

  • node >=14.17.6
  • yarn >=1.22.1

πŸš€ Usage

Create your project

git clone --depth=1 https://github.com/ttRmz/react-app-boilerplate.git project_name

Install dependencies

cd project_name && yarn

Run app

yarn start

this will run both react-app and storybook

Run tests

yarn test

or

npx majestic

Format your code

yarn run format

✨ Features

Add new Icons

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.

Add new Assets

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.

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

πŸ•‘ Changelog

The changelog is available here.

You can also check releases page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2020 Ramirez Tristan.

This project is MIT licensed.

About

πŸš€ My personal react boilerplate with a bunch of tools that i love

Resources

License

Stars

Watchers

Forks

Packages

No packages published