ValentaTomas / reactjs-vite-template

Template for React.js Vite projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React.js Vite Template

Setup

Use Node.js 16.4.0 when developing code in this repository.

NOTE: Everything will probably work even with Node.js 14, but it's better to keep the same versions.

Run the following command after you clone the repo to install dependencies:

npm install

Development

Run the following command to start a local server that reloads when you change code:

npm run dev

About

Template for React.js Vite projects


Languages

Language:TypeScript 57.8%Language:HTML 19.5%Language:JavaScript 17.9%Language:CSS 4.8%