Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 149 Bytes

lib-react.md

File metadata and controls

14 lines (10 loc) · 149 Bytes

Lib | react

Setup

  • Create package file:

    // packages/bar/package.json
    
    {
      "name": "bar",
      "private": true
    }