/a-george-dev

The one MonoRepo

Primary LanguageTypeScript

AGeorgeDev

Production Pull Request Netlify Status

The one mono-repo for all my website and connected applications

Commands

Make a ts lib

nx g @ageorgedev/workspace-extensions:lib <name>

Make a React lib

nx g @ageorgedev/workspace-extensions:lib --react <name>
Additional steps
  1. Select No CSS and the vite bundler
  2. Update .eslintrc to pick up /.estlintrc.ts.json
  3. Add the tailwind config and postcss config to the library

Adding storybook

nx g @nx/storybook:configuration <name>