/hello-storefront

A vanilla Parcel web app for fast learning and prototyping based on a simple storefront

Primary LanguageHTML

Hello Storefront

A vanilla Parcel web app for fast learning and prototyping. This repo contains the bare minimum files needed to build a basic web app with Parcel.

Local Development

Install dependencies with npm i , then use npm start to run the local development server or npm build to make a production build. Use a Chrome Incognito window or Firefox/Safari to avoid HMR issues locally.

Deployment

This repo can be used as a template for quick deployment to Vercel, use the button below.

Deploy with Vercel