Install dependencies with:
npm install
Run the development server:
npm run dev
Run the development server with access from other devices in the network with:
npm run dev -- --host
npm outdated: shows outdated packagesnpm update: updates packagesnpm audit: check for vulnerabilitiesnpm install <package>@latest: install latest minor version of something- for major updates use
npm install -g npm-check-updates->ncu -u-> 'npm install`