Skip to content

Commit 315f39b

Browse files
committed
adds vercel cli steps
1 parent 9323121 commit 315f39b

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Diff for: class-16/vercel-cli-steps/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Local Development with Vercel CLI
2+
3+
- Install [Vercel CLI](https://vercel.com/docs/concepts/deployments/overview#vercel-cli)
4+
- from root of project run `vercel dev`
5+
- Choose `Y` at ![setup prompt](./vercel-dev-step-1-setup.png)
6+
- Choose your scope ![Choose your scope](./vercel-dev-step-1-setup.png)
7+
- Link your project ![Link your project](./vercel-dev-step-3-link.png)
8+
- Run in browser locally ![Run in browser locally](./vercel-dev-step-4-ready.png)
9+
10+
Now you can see print statements. Also, it's just easier flow to run locally before pushing to Vercel. Deploying is pretty dang easy, but it's still 60 seconds vs. 10 and that adds up.
51.4 KB
Loading
67.4 KB
Loading

Diff for: class-16/vercel-cli-steps/vercel-dev-step-3-link.png

78.2 KB
Loading
110 KB
Loading

0 commit comments

Comments
 (0)