- Axios
- Rewired
- Rematch
- Storybook
- Hot Loader
- Sanitize.css
- Reach Router
- React Helmet
- React Loadable
- Bundle Analyzer
- Styled Components
- Clone this repo using
git clone https://github.com/hyanmandian/react-etalpreliob.git
. - Move to the appropriate directory:
cd react-etalpreliob
. - Run
npm run setup
in order to install dependencies, clean the git repo and remove unnecessary files (like the example app). We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
.