Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 327 Bytes

BearClone

This Repository is a playground for me to learn React. It is a copycat from the Bear note application.

Setup

  • Install Yarn
  • yarn install
  • cp .env.example .env
  • yarn start

Yarn should start a new tab on your browser linking to localhost:3000.