First of all we need to install dependencies.
yarn install
npm install
start- run development serverdev- run development serverbuild- build web app for productioncosmos- run cosmos servercosmos:export- build and export cosmos
There is a Vite bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src folder. Vite config located in vite.config.ts.