React, TailwindCSS, Redux Toolkit, PockerBase with Vite

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

What's inside?

Getting started

  1. Clone the repository.

    git clone https://github.com/Xiloe/vite-reactjs-tailwind-rtk-pocketbase.git
  2. Access the project.

    cd vite-reactjs-tailwind-rtk-pocketbase
  3. Make it your own repository

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

    pnpm install
  5. Start the development server.

    pnpm run dev
  6. Build for production.

    pnpm run build
  7. Test your production build.

    pnpm run serve