Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techpromux/ng-techpromux-archetype-project
ANGULAR ARCHETYPE PROJECT
https://github.com/techpromux/ng-techpromux-archetype-project
Last synced: 8 days ago
JSON representation
ANGULAR ARCHETYPE PROJECT
- Host: GitHub
- URL: https://github.com/techpromux/ng-techpromux-archetype-project
- Owner: techpromux
- License: mit
- Created: 2023-10-03T09:02:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T14:48:20.000Z (11 months ago)
- Last Synced: 2024-10-29T14:24:02.279Z (19 days ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ANGULAR TECHPROMUX ARCHETYPE PROJECT
✨ **Angular project generated by [Nx, a Smart, fast and extensible build system](https://nx.dev) and supported by [Angular Techpromux Archetype Project](https://github.com/techpromux/ng-techpromux-archetype-project).** ✨
## Start the app
To start the development server, run:
`npm install`
`nx serve app`
Open your browser and navigate to:
[http://localhost:4200/](http://localhost:4200/)
Happy coding!
### NPM - read [Node.js docs](https://nodejs.org/es)
npm install
###
npm update --save
### NX - read [Nx docs](https://nx.dev/getting-started/tutorials/integrated-repo-tutorial)
npx create-nx-workspace@latest
###
nx generate @nx/angular:library
###
nx build app
nx run app:build
nx run-many -t build --exclude demo
npx nx affected -t build
###
nx lint app
nx run app:lint
nx run-many -t lint --exclude demo
###
nx test app
nx run app:test
npx nx affected -t test
###
nx serve app
npx nx serve app
nx run-many -t serve --exclude demo
###nx graph
### CAPACITOR - read [Nxext docs](https://nxext.dev/docs/capacitor/getting-started.html) and [Capacitor docs](https://capacitorjs.com/docs)
npm install --save-dev --exact @nxext/capacitor
###
nx build app
nx generate @nxext/capacitor:capacitor-project --project app
cd ./apps/app/
npm install
###nx run app:add:android
nx run app:add --platform androidnx run app:cap --cmd="add android"
###
nx run app:sync:android
nx run app:sync --platform android
nx run app:cap --cmd="sync android"
###
nx run app:open:android
nx run app:open --platform android
nx run app:cap --cmd="open android"
### NX-PLUGIN - read [Nx recipes](https://nx.dev/extending-nx/recipes/local-executors)
nx run app:nx-extract-i18n
nx run app:nx-extract-i18n:en
nx run app:nx-extract-i18n:es
nx run app:nx-extract-i18n:all