Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 401 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 401 Bytes

This is a ERP/E-commerce project with VITE, REACT & TAURI

Requirements

  • Node.js version 16.18.1
  • npm version 8.19.2

Getting Started

First, install dependencies:

npm run i

After, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:1420 with your browser to see the result.