Skip to content

ShawnStewart/react-typescript-template

Repository files navigation

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

About

React app boilerplate with Typescript, Jest, ESLint, and VSCode configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published