Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 684 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 684 Bytes

TypeScript React UI Starter

Getting Started

This repo is built and tested with Yarn. Please follow their install instructions to get Yarn installed on your system.

Then, run these commands:

git clone git@github.com:sumanbh/typescript-react-ui-starter.git
cd typescript-react-ui-starter
yarn install
yarn build

Root Repo Scripts:

yarn build        # builds all packages
yarn test         # runs tests in all packages
yarn coverage     # runs tests and outputs code coverage
yarn format       # formats and lints in all packages
yarn release      # release new versions of packages