Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 660 Bytes

File metadata and controls

30 lines (23 loc) · 660 Bytes

hello-world-react-vercel

A starter repository with react and serverside API

getting started

install node

https://nodejs.org/en/download/

install yarn

https://yarnpkg.com/getting-started/install

npm install -g yarn

install dependencies

yarn install

run the app locally

./node_modules/.bin/vercel dev

deploy the app to vercel

  • fork this repository on github.com to your account
  • visit vercel.com and click get started and it will help you set things up
  • important once setup you need to override Output Directory
    • Settings -> General -> Output Directory -> build and click OVERRIDE