Web application to manage wishlists.
This is a monorepo built with the help of TurboRepo.
To install all dependencies, you should first use
$ npm iOnce everything is installed, you can start start all or filtered apps.
# all apps
$ npx turbo dev
# filter one
$ npx turbo dev --filter=pro*Note
To run the pro app, you should run first the backend service with the mongo db database.
To create a production version of ann app you can use the command build.
# To build all apps
$ npx turbo build
# To build a filtered app
$ npx turbo build --filter=free- Create landing app
- Add unit test to components