nickFalcone / init-react-typescript

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 51.0%Language:JavaScript 45.2%Language:HTML 1.8%Language:CSS 1.7%Language:Shell 0.3%