Skip to content

goran1010/template-vite-react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite React JS Template

A template for React applications using Vite.

Features

  • Vite
  • React 18
  • JavaScript
  • ESLint configuration
  • Testing setup with Vitest and React Testing Library

Installation

# Clone the repository
git clone [email protected]:goran1010/template-vite-react-js.git

# Navigate to project directory
cd template-vite-react-js

# Install dependencies
npm install

# Rename the environment file
cp .env.example .env
# Edit .env file as needed

Usage

# Development server
npm run dev

# Build for production
npm run build

# Run tests
npm run test

License

MIT

About

A template for React applications using Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published