Template for developing with Vite, React, and TypeScript.
It is customized to the author's liking.
Node.js is required to run this application. Instead of installing Node.js directly, we recommend using Volta as described in the recommended section. The recommended Node.js and npm versions are specified in the package.json.
Using Volta to manage your Node.js version is recommended. The package.json in this repository includes Volta settings, ensuring that the appropriate Node.js version is used if Volta is installed.
The recommended extensions for Visual Studio Code are listed in .vscode/extensions.json.
If you wish to use this repository as a template, please follow the GitHub documentation.
- Clone repository.
git clone <repository_url> <project_directory>
- Install dependencies by referencing the package-lock.json.
cd <project_directory>
npm ci
- Launch the application.
npm run dev