Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

smockle-archive/primer-ts-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primer-ts-demo

Instructions

  1. Clone this repository and navigate to the clone

    $ git clone https://github.com/smockle/primer-ts-demo && cd primer-ts-demo
  2. Install dependencies (includes Primer Components’ peer dependencies, which have been added to this project’s package.json)

    $ npm install
  3. (Attempt to) Build (the build will fail)

    $ npm run build
  4. Install additional dependencies (which, though not listed as dependencies or peer dependencies of Primer Components, are nonetheless required to build)

    $ npm i @types/styled-system__css @types/styled-components @types/prop-types @types/history [email protected]
  5. Build (the build will succeed)

    $ npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published