Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 409 Bytes

dogood-react

Local dev setup:

  1. install yarn (https://yarnpkg.com/lang/en/docs/install/#mac-stable)
  2. install parcel (yarn global add parcel-bundler)
  3. go to the project folder and run yarn install to install dependencies
  4. run on local yarn start and visit http://localhost:1234port number refer to the terminal window prompt
  5. run yarn build regenerate static files into the dist folder