anpleenko / effector-render-test

Home Page:https://effector-render-test.devstand.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://effector-render-test.devstand.ru/


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%Language:HTML 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%Language:CSS 0.0%