Skip to content

React-Typescript-Tailwindcss-Redux Toolkit-eslint, with minimal files

Notifications You must be signed in to change notification settings

SergeITinc/vite-reactts-tailwind-rtk-eslint

 
 

Repository files navigation

React, Typescript, Tailwindcss, Redux Toolkit, eslint with Vite

This is a React + TypeScript + Tailwind + RTK + eslint boilerplate built with Vite.

What's inside?

Getting started

  1. Clone the repository.

    git clone https://github.com/IsaiaPhiliph/vite-reactts-tailwind-rtk-eslint.git
  2. Access the project.

    cd vite-reactts-tailwind-rtk-eslint
  3. Make it your own repository

    rm -rf .git
    git init
  4. Install dependencies.

    npm i
  5. Start the development server.

    npm run dev
  6. Build for production.

    npm run build
  7. Test your production build.

    npm run serve

About

React-Typescript-Tailwindcss-Redux Toolkit-eslint, with minimal files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • HTML 4.6%
  • JavaScript 2.5%
  • CSS 0.7%