Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 952 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 952 Bytes

WINTER ❄️ COMMERCE

Preview

Preview

Getting Started

Single Page - Multi Step Image

Installing

Run the following command to install the dependencies

npm install

Runing Project

To build in development mode

npm start

To build in production mode

npm build

Live site

URL Live Site

  • Comming Soon!

Technologies

  • ASTRO - Builder
    • Some of the feature that astro allow to us is the partial hydratation, that is the act of only hydrating the individual components that require JavaScript and leaving the rest of your site as static HTML, making our site faster to charge in the browser Learn more
  • REACT - Library UI
  • SASS - Styles
  • GSAP - Animations
  • HASURA - GraphQL API