Skip to content

vite-react-typescript with eslint, prettier, RTL, and styled components

Notifications You must be signed in to change notification settings

nickFalcone/init-react-typescript

 
 

Repository files navigation

React TypeScript Template

These are the tools and libraries I reach for when creating a new frontend React project.

To use this template, follow the steps below to create a new repository.

Feedback and pull requests to the template are also welcomed.

Highlights

The project uses Yarn 3. You can remove unwanted packages with yarn remove.

Use

Follow steps for creating a new repository from this template.

use template button

Clone the new repository:

git clone git@github.com:yourName/whatcha-gonna-call-it.git

Install:

cd whatcha-gonna-call-it
yarn install

Start

Run locally:

yarn dev

Test

Runs tests with Jest, RTL, and MSW support.

yarn test

Build

Create a production build to dist/ and preview:

yarn preview

Acknowledgements

Forked from TheSwordBreaker/vite-reactts-eslint-prettier

About

vite-react-typescript with eslint, prettier, RTL, and styled components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.0%
  • JavaScript 45.2%
  • HTML 1.8%
  • CSS 1.7%
  • Shell 0.3%