Skip to content

div-cz/div_frontend

Repository files navigation

DIV app frontend project

Table of Contents

  1. How to start
  2. Project structure
  3. Learn more

How to start

First, run install all the dependencies:

npm install
# or
yarn
# or
pnpm
# or
bun

After that, you can run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

Project structure

The project is structured as follows:

  • ui - contains all the components and styles

Learn More

To learn more about our tech stack, take a look at the following resources: