Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.47 KB

File metadata and controls

70 lines (44 loc) · 1.47 KB

React Typescript

A React App template written in Typescript with Jest, ESLint, and VSCode configurations.

Getting Started

Click "Use this template" to initialize a new repository

Use this template image

More info on using GitHub templates.

Install Dependencies

yarn

Start deving!

yarn start

See full command list.

Commands

Running Locally

yarn start

Build for Production

yarn build

Linting

# lint code with ESLint
yarn lint

# try to fix ESLint errors
yarn lint:fix

Note: The VSCode settings and recommended extensions should format code on save.

Testing

# run all tests with Jest
yarn test

# run all tests and watch for changes
yarn test:watch

# output coverage report
yarn test:cov

License

Copyright (c) 2020 Shawn Stewart