Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 548 Bytes

Quality Gate

Template for dgma react apps bootstrapping

Installation

npm install

Running

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5173/ with your browser to see the running website.

You can start editing the page by modifying src/App.tsx. The page auto-updates as you edit the file.