All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server for Vite at localhost:5173 |
npm run build |
Build your assets to ./www/vite/build |
composer run dev |
Starts local dev server for Nette at localhost:8000 |
Feel free to check our documentation.