Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilhamjaya08/pr4nk.me
(WorkingProgress) A simple prank platform to prank your friends! please contribute with us ^_^
https://github.com/ilhamjaya08/pr4nk.me
fake fake-prank fake-screen fake-update hacktoberfest jumpscare just-a-prank prank prank-web scary
Last synced: 28 days ago
JSON representation
(WorkingProgress) A simple prank platform to prank your friends! please contribute with us ^_^
- Host: GitHub
- URL: https://github.com/ilhamjaya08/pr4nk.me
- Owner: ilhamjaya08
- License: mit
- Created: 2024-03-30T03:36:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:43:27.000Z (9 months ago)
- Last Synced: 2024-04-01T18:55:28.987Z (9 months ago)
- Topics: fake, fake-prank, fake-screen, fake-update, hacktoberfest, jumpscare, just-a-prank, prank, prank-web, scary
- Language: TypeScript
- Homepage: https://pr4nk.me
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmoinulmoin%2Fvite-react-tailwind-starter)
## 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:
```js
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](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list## License 📄
[MIT License](https://github.com/moinulmoin/vite-react-tailwind-starter/blob/master/LICENSE)