Back to Vercel

or

examples/parcel/README.md

16.1.2896 B
Original Source

This is a vanilla web app built with Parcel.

Getting Started

Run the dev server:

bash
yarn start
# or
npm start

And open localhost:1234 in your browser!

As you make changes, you should see your app automatically update in the browser without even refreshing the page!

Learn More

Deploy Your Own

Live Example: https://parcel-template.vercel.app

Deploying From Your Terminal

You can deploy your new Parcel project with a single command from your terminal using Vercel CLI:

shell
$ vercel