https://github.com/taewan-p/priceguard-deeplink
Redirects PriceGuard Deep/App links
https://github.com/taewan-p/priceguard-deeplink
Last synced: 7 months ago
JSON representation
Redirects PriceGuard Deep/App links
- Host: GitHub
- URL: https://github.com/taewan-p/priceguard-deeplink
- Owner: Taewan-P
- Created: 2023-12-01T13:43:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T06:00:09.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:09:10.895Z (7 months ago)
- Language: TypeScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + React + Typescript + Eslint + Prettier
A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.

I found out about Vite and I wanted to have a boilerplate for the technologies that I use. You can find more about these in the following links: [Vite](https://github.com/vitejs/vite), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/).
## Installation
Clone the repo and run `yarn install`
or Run command
```
npx degit TheSwordBreaker/vite-reactts-eslint-prettier project-name
```## Start
After the successfull installation of the packages: `yarn dev`
## Steps in Vscode
#### (works with better with this template)
1. Install Eslint and prettier extension for vs code.
2. Make Sure Both are enabled
3. Make sure all packages are Installed. (Mostly Eslint and prettier in node_modules)
4. Enable formatOnSave of vs code
5. Open a .tsx file and check if the bottom right corners of vs code have Eslint and Prettier with a double tick
If Everything is Good Then It Should Work, but let me new if something else happens
Made with ❤️ by theSwordBreaker(we Destory all types of sword ⚡)