- Webpack 4+
- Babel
- HTML and CSS generated automatically by webpack
- React 16+ with Hooks
- Redux and Redux toolkit
- Styled Components
- Eslint (Airbnb)
- Prettier
- Husky with
pre-commit
- Node.js
>=
v12.16.1;
- Clone this repository:
git clone [email protected]:luanribeiros/shoes-store.git
; - Remove
.git
directory; - Install dependencies:
yarn
(ornpm install
); - Run yarn
(or
npm start) to develop on
http://localhost:3000` - Run
yarn build
(ornpm run build
) for production build (files will be generated onbuild-prod
directory)
MIT © Luan Ribeiro