ngx-starter-kit
develop
develop
  • NGX Starter Kit
  • Getting Started
    • FAQ2
    • Why
    • Installation
    • Playbook
    • NestJs Playbook
  • Concepts
    • Introduction
    • Store
    • Actions
    • State
    • Select
  • Advanced
    • Action Handlers
    • Actions Life Cycle
    • Envoy Proxy
    • Cancellation
    • Composition
    • Error Handling
    • Ivy Migration Guide
    • Lazy Loading
    • Life-cycle
    • Mapped Sub States
    • Meta Reducers
    • Options
    • Shared State
    • State Token
    • State Operators
    • Style Guide
    • Troubleshooting
  • Dev Ops
    • Keycloak
  • Modules
    • Apps
      • WebApp
      • Api
    • Libs
      • Admin
      • Blog
      • Core
      • Dashboard
      • Gen
      • Home
      • Not Found
      • Shared
  • Recipes
    • Authentication
    • Caching
    • Component Events from NGXS
    • Debouncing Actions
    • Dynamic Plugins
    • Immutability Helpers
    • Style Guide
    • Unit Testing
  • Community
    • Resources
    • Contributors
    • Contributing
  • Change Log
  • FAQ
  • TODO
Powered by GitBook
On this page
  • Quality
  • Build Status
  • Install
  • Development server
  • Build
  • Running unit tests
  • Running end-to-end tests
  • Docs
  • Deploy

Was this helpful?

NGX Starter Kit

NextGetting Started

Last updated 2 years ago

Was this helpful?

Quality

Build Status

This project was generated using .

🔎 Nx is a set of Angular CLI power-ups for modern development.

Live

Docs on

If you are interested in smaller example project:

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

Running end-to-end tests

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

Run npm run test <module> to execute the unit tests via .

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

Jest
Cypress
🐘
🅰️
🚀
⛄
🐬
Nx
Demo
GitBook
Mini-starter-kit
Commitizen friendly
Semantic Release
Renovate dependency Status
MIT license
Sourcegraph
CodeQL
Codecov
Total alerts
Language grade: JavaScript
Build Status
Build Status