Skip to content

bitcooker/react-typescript-vite-starter

Repository files navigation

@bitcooker/react-typescript-vite-starter

This is a ReactJS + Typescript + Vite starter.

What is inside?

This project uses many tools like:

Requirements

Node.js v16.14.0 LTS & Pnpm v7.14.2

You can use nvm-sh or nvm-windows

Quick start

To prepare and start your dev enviroment

  1. Install dependencies pnpm install
  2. [WIP] Create a .env file following .env.example
  3. Run server pnpm run dev
  4. Go to http://127.0.0.1:3000 🚀

Lint

pnpm run lint

Build

pnpm run build

Test

pnpm run test:unit

License

©2023 bitcooker. All Rights Reserved.