mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
897 B
897 B
This is a vanilla web app built with Parcel.
Getting Started
Run the dev server:
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:
$ vercel