ilhamjaya08 / pr4nk.me

(WorkingProgress) A simple prank platform to prank your friends! please contribute with us ^_^

Home Page:https://pr4nk.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite + Tailwind

This template provides a minimal setup to get React working in Vite, TypeScript, and Tailwind.

Getting Started πŸš€

  1. Clone the repo.
  2. Install dependencies: pnpm install
  3. Start the dev server: pnpm dev

Or

Deploy with Vercel

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

License πŸ“„

MIT License

About

(WorkingProgress) A simple prank platform to prank your friends! please contribute with us ^_^

https://pr4nk.me

License:MIT License


Languages

Language:TypeScript 91.6%Language:CSS 4.1%Language:JavaScript 3.7%Language:HTML 0.6%