Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.15 KB

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.