Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

neilbryson/ts-react-starter

Repository files navigation

ts-react-starter

Starter template based on Create React App.

A sample usage of this template can be found here.

This includes :

Automatic code formatting before git commit is enabled with husky, lint-staged, ESLint and Prettier.

Using the template

Option 1 : Use as GitHub template

Follow this instruction from GitHub to be able to create new repositories based on this template.

Option 2 : Download a release

Go to the releases page.

Starting the application

npm start

Building the application

npm build

Running unit tests

npm test

License

MIT