A monorepo of examples showcasing domco integrating with various other libraries.
Examples are located in the apps/
directory.
- Clone the repo.
npm i
from the root to install dependencies.npm run build
from the root directory builds all projects at once.npm run dev
from one of the app directories starts the dev server.- Copy
apps/basic/
and change thename
field inpackage.json
to create another example.