You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# установка зависимостей
$ npm i
# локальный запуск (port 4444)
$ npm run dev
# сделать билд для прода и запустить сервер
$ npm run build
$ npm run start