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: 3 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-14T18:48:36.000Z (4 months ago)
- Last Synced: 2026-03-15T05:20:25.911Z (4 months ago)
- Topics: biome, docker, prettier, react, remote-develop, typescript, vite, vitest, vscode
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- 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 |
| mise | latest |
| Node.js | see .mise.toml |
| bun | see .mise.toml |
| TypeScript | latest |
| React | v19 |
| Vite | v8 |
| React Router | v7 |
| 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
```
### mise
#### Install mise
```sh
brew install mise
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
```
#### Install project dependencies
```sh
mise trust
mise i
```
## TIPS
### Migrate ESLint to Biome
```shell
bunx biome migrate eslint --write --include-inspired
bunx biome migrate prettier --write
```