Skip to content

luanribeiros/shoes-store

Repository files navigation

Shoe Store Application

find the api here

Using:

  • 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

Dependencies:

  • Node.js >= v12.16.1;

Up and running

  • Clone this repository: git clone git@github.com:luanribeiros/shoes-store.git;
  • Remove .git directory;
  • Install dependencies: yarn (or npm install);
  • Run yarn (ornpm start) to develop onhttp://localhost:3000`
  • Run yarn build (or npm run build) for production build (files will be generated on build-prod directory)

License

MIT © Luan Ribeiro