Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erickcelestino/nx-test-escola-ti
https://github.com/erickcelestino/nx-test-escola-ti
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/erickcelestino/nx-test-escola-ti
- Owner: ErickCelestino
- Created: 2023-08-10T03:11:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T03:36:40.000Z (over 1 year ago)
- Last Synced: 2023-08-25T01:00:15.858Z (over 1 year ago)
- Language: TypeScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NxMonorepoTestEscolaTi
## Comands
- npx create-nx-workspace@latest nx-monorepo-escola-ti
- ✔ Which stack do you want to use? · none
- ✔ Package-based monorepo, integrated monorepo, or standalone project? · integrated
- ✔ Enable distributed caching to make your CI faster · Yes
- npm i -D @nx/angular
- npx nx g @nx/angular:application --name=web --directory=front --routing=true --style=scss --no-interactive
- npm i -D husky lint-staged
- npm pkg set scripts.prepare="husky install"
- npm run prepare
- npx husky add .husky/pre-commit "npx lint-staged"
- npm i -D @nx/nest
- npx nx g @nx/nest:application --name=api --frontendProject=front-web --directory=back --strict=true