emnnipal / react-ts-vite

Template for ReactJS with Vite and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-ts-vite

Boilerplate for ReactJS with Vite and TypeScript

Netlify Status Deploy

Getting Started

Prerequisites

  1. Install node js >= 16.13.0
  2. Install pnpm, see https://pnpm.io/installation for installation instructions.

Quick Start

  1. Clone the repo and go to the repository directory.
  2. Install the packages.
    pnpm install
  3. Create an env file and copy the variables from .env.example file.
  4. Start the app in development mode
    pnpm dev

Tech Stack

  • React JS with Vite
  • TypeScript
  • Jest for testing

About

Template for ReactJS with Vite and TypeScript


Languages

Language:TypeScript 60.5%Language:JavaScript 28.3%Language:SCSS 3.9%Language:HTML 3.8%Language:Shell 3.5%