billyma128 / ngx-starter-kit

:a: Angular :rocket: NestJS :monkey: Starter Kit

Home Page:https://xmlking.github.io/ngx-starter-kit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngx Starter Kit

Build Status Commitizen friendly semantic-release Greenkeeper badge

This project was generated using Nx.

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

live Demo

If you are interested in smaller example project: Mini-starter-kit

PANTS (:elephant: 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

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 ng test <module> to execute the unit tests via Jest.

Running end-to-end tests

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

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 npm run bundle-report

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

npm run affected -- --target dep-graph --uncommitted

About

:a: Angular :rocket: NestJS :monkey: Starter Kit

https://xmlking.github.io/ngx-starter-kit/

License:MIT License


Languages

Language:TypeScript 76.2%Language:HTML 10.8%Language:CSS 10.6%Language:JavaScript 1.6%Language:Dockerfile 0.5%Language:Smarty 0.3%Language:HCL 0.1%Language:Shell 0.0%