ngx-starter-kit
1.0.0
1.0.0
  • NGX Starter Kit
  • Getting Started
    • FAQ2
    • Why
    • Installation
    • Playbook
    • NestJs Playbook
  • Concepts
    • Introduction
    • Store
    • Actions
    • State
    • Select
  • Advanced
    • Test123
    • 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
  • Install
  • Development server
  • Build
  • Running unit tests
  • Running end-to-end tests
  • Docs
  • Deploy

Was this helpful?

NGX Starter Kit

NextGetting Started

Last updated 5 years ago

Was this helpful?

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 (:elephant: PostgreSQL :a: Angular :rocket: NestJS :snowman: TypeScript) Stack in :dolphin: NX workspace

Install

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

Development server

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

Run yarn start:mock for a mock server.

Run yarn 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 yarn doc:build to build docs. Run yarn doc:serve to serve docs.

Deploy

Run yarn deploy:mock to deploy demo app to gp-pages.

Analyzing bundle size yarn bundle-report

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

nx affected:dep-graph

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

Run yarn e2e to execute the end-to-end tests via .

Jest
Cypress
Nx
Demo
GitBook
Mini-starter-kit
Build Status
Build Status
Codecov
Commitizen friendly
Semantic Release
Renovate dependency Status
MIT license