Skip to content

FN0S/react-template

Repository files navigation

Vite-React-Ts-Template

A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.

What is inside?

This project uses many tools like:

Getting Started

Install

Create the project.

npx degit polarss/react-template project-name

Access the project directory.

cd project-name

Install dependencies.

pnpm install

Serve with hot reload at http://localhost:5173.

pnpm dev

Steps in Vscode

works with better with this template

  1. Install Eslint and prettier extension for vs code.
  2. Make Sure Both are enabled
  3. Make sure all packages are Installed. (Mostly Eslint and prettier in node_modules)
  4. Enable formatOnSave of vs code
  5. Open a .tsx file and check if the bottom right corners of vs code have Eslint and Prettier with a double tick

If Everything is Good Then It Should Work, but let me new if something else happens

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published