mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
Looks like our Parcel examples are currently failing in Node 18.x. Updating the version which also Support Node 18.x <img width="814" alt="image" src="https://user-images.githubusercontent.com/1162991/214491854-92dc39a4-d7b7-442a-a16c-88621b52621a.png">
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