https://github.com/treetips/ts-react-vite-vitest-remote-development-template
Node.js remote development template for VSCode.
https://github.com/treetips/ts-react-vite-vitest-remote-development-template
biome docker prettier react remote-develop typescript vite vitest vscode
Last synced: 8 months ago
JSON representation
Node.js remote development template for VSCode.
- Host: GitHub
- URL: https://github.com/treetips/ts-react-vite-vitest-remote-development-template
- Owner: treetips
- Created: 2022-06-08T14:36:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T17:33:26.000Z (about 1 year ago)
- Last Synced: 2024-12-31T04:13:05.939Z (9 months ago)
- Topics: biome, docker, prettier, react, remote-develop, typescript, vite, vitest, vscode
- Language: TypeScript
- Homepage:
- Size: 962 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-react-vite-vitest-remote-development-template
## Features
| Name | Version |
| --------------------- | --------------- |
| VSCode | latest |
| Rancher Desktop | latest |
| proto | latest |
| Node.js | see .prototools |
| pnpm | see .prototools |
| TypeScript | latest |
| React | v18 |
| Vite | v5 |
| React Router | v6 |
| SCSS | latest |
| Biome | latest |
| Prettier | latest |
| Vitest | latest |
| React Testing Library | latest |## Setup
### Hombrew
Install [homebrew](https://brew.sh/) .
#### Install Hombrew Packages
```sh
brew install --cask \
visual-studio-code \
rancher
```### proto
#### Install proto
```sh
brew tap moonrepo/proto https://github.com/moonrepo/proto
brew install proto
proto setup
```#### Install project dependencies
```sh
proto install
```## TIPS
### Migrate ESLint to Biome
```shell
pnpm dlx biome migrate eslint --write --include-inspired
pnpm dlx biome migrate prettier --write
```