Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 682 Bytes

Checkout app

This is a simple checkout app that shows 3 steps (cart, payment and confirmation). It is build using the following:

  • React
  • Typescript
  • HTML
  • scss
  • Node.js
  • Express
  • react-query
  • react-hook-form
  • react-testing-library and Jest

Available Scripts

In the project directory, you can run:

How to run the Frontend

  • In the front folder, type yarn install to install the dependencies
  • Run the app with yarn start
  • Open http://localhost:3000 to view it in the browser.

How to run the Backend

  • In the back folder, type yarn install to install the dependencies
  • Run the app with yarn start. It runs in port 5000