Skip to content

ShawnStewart/Tetris-Typescript

Repository files navigation

React Typescript Template

React Typescript

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

Getting Started

Click "Use this template"

Use this template image

More info on using GitHub templates.

Install Dependencies

yarn

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

About

Tetris in Typescript!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published