Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 568 Bytes

This is a personal frontend ecommerce project to try and learn new things with no dependencies on a backend or a database.

Technologies used

  • React
  • SCSS
  • Jest
  • Cypress
  • Github Actions
  • Storybook
  • Stripe
  • AWS lambda function

To start the app with docker:

docker build -t ecommerce-frontend:latest .
docker run --name ecommerce -d -p 3000:3000 ecommerce-frontend:latest

Capture d’écran, le 2022-01-05 à 23 05 34