Skip to content

webvirtcloud/webvirtfrontend

Repository files navigation

Web Virtual Cloud Frontend

Vite NodeJS React TypeScript TailwindCSS

Commands list

Install dependencies:

npm i

Run development server

npm run dev

Build for production

npm run build

To run only specific app use this command:

npx turbo dev --filter web

What's inside?

This turborepo uses npm as a package manager. It includes the following packages/apps:

Apps and Packages

  • web: client side web manager.

  • ui: ui library to build web and admin apps UI.

  • www: website, docs and blog.