NGX Starter Kit

Commitizen friendlyarrow-up-right Semantic Releasearrow-up-right Renovate dependency Statusarrow-up-right MIT licensearrow-up-right Sourcegrapharrow-up-right

Quality

CodeQLarrow-up-right Codecovarrow-up-right Total alertsarrow-up-right Language grade: JavaScriptarrow-up-right

Build Status

Build Statusarrow-up-right Build Statusarrow-up-right

This project was generated using Nxarrow-up-right.

πŸ”Ž Nx is a set of Angular CLI power-ups for modern development.

Live Demoarrow-up-right

Docs on GitBookarrow-up-right

If you are interested in smaller example project: Mini-starter-kitarrow-up-right

PANTS (🐘 PostgreSQL πŸ…°οΈ Angular πŸš€ NestJS β›„ TypeScript) Stack in 🐬 NX workspace

Install

git clone https://github.com/xmlking/ngx-starter-kit.git my-project
cd my-project
npm install --force 

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run npm run start:mock for a mock server.

Run npm run start -- --proxy-config proxy.conf.js to start with proxy

Build

Run npm run build:prod to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test <module> to execute the unit tests via Jestarrow-up-right.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Cypressarrow-up-right.

Docs

Run npm run doc:build to build docs. Run npm run doc:serve to serve docs.

Deploy

Run npm run deploy:mock to deploy demo app to gp-pages.

Analyzing bundle size ng run webapp:analyze

Analyzing and Visualizing the Dependency Graph (affected modules by uncommitted changes)

nx affected:dep-graph

Last updated