curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install
nvm alias default 20
nvm use
npm installScripts provided in package.json. It's safe to modify or add additional script:
npm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm test🚀 Use VSCode Launch Program configuration to Debug! 🚀
The app should now be running on localhost:8000.