Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 266 Bytes

Base React Project

Base repo for a React/Typescript project with prettier configured.

Steps

  1. Clone this repo locally
  2. Create new GH repo for your project
  3. In project folder run git remote set-url origin git://new.url.here
  4. Run npm i

Happy Building!