URL Shortener boilerplate Getting started Install dependencies: npm i Run the app: npm run dev -w frontend Run the api: npm run dev -w backend The app and api restart on code change. Format code: npm run format