Skip to content

Kamel94/nx-catalog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nx-catalog

Guild Frontend catalog

How to:

Welcome to the nx-catalog wiki!

How to init the monorepo with nx: nx

yarn global add nx@latest npx nx@latest init

Add the different plugins : nx plugins

yarn add @nx/angular:app yarn add @nx/angular yarn add @nx/react yarn add @nx/storybook yarn add @nx-plus/vue

Create apps (UI): generators

nx generate @nx/angular:app angular-book nx generate @nx/react:app react-book nx generate @nx-plus/vue:app vue-book

Add Storybook to each apps

nx g @nx/storybook:configuration angular-book nx g @nx/storybook:configuration react-book nx g @nx/storybook:configuration vue-book

Create apps (API)

yarn add @nx/node nx generate @nx/node:app node-book yarn add @nx/nest nx generate @nx/nest:app nest-book

Add playwright for projects (note: Cypress is already setup for each apps by the generator plugin)

yarn add -D @nx-extend/playwright nx g @nx-extend/playwright:init

About

Guild Frontend catalog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.3%
  • JavaScript 8.3%
  • Vue 4.7%
  • HTML 2.2%
  • Shell 0.6%
  • Batchfile 0.6%
  • SCSS 0.3%