https://github.com/xmlking/ngx-starter-kit
:a: Angular :rocket: NestJS :monkey: Starter Kit
https://github.com/xmlking/ngx-starter-kit
angular jamstack jwt material micro-interactions monorepo nestjs ngxs nx openid postgres scss
Last synced: 17 days ago
JSON representation
:a: Angular :rocket: NestJS :monkey: Starter Kit
- Host: GitHub
- URL: https://github.com/xmlking/ngx-starter-kit
- Owner: xmlking
- License: mit
- Created: 2018-01-20T21:56:55.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-03T00:36:57.000Z (about 2 years ago)
- Last Synced: 2025-03-28T23:02:55.425Z (24 days ago)
- Topics: angular, jamstack, jwt, material, micro-interactions, monorepo, nestjs, ngxs, nx, openid, postgres, scss
- Language: TypeScript
- Homepage: https://xmlking.gitbook.io/ngx-starter-kit/v/develop/
- Size: 144 MB
- Stars: 589
- Watchers: 17
- Forks: 129
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ngx Starter Kit
[](http://commitizen.github.io/cz-cli/)
[](https://github.com/semantic-release/semantic-release)
[](https://renovatebot.com/)
[](https://opensource.org/licenses/MIT)
[](https://sourcegraph.com/github.com/xmlking/ngx-starter-kit?badge)### Quality
[](https://github.com/xmlking/ngx-starter-kit/actions?query=workflow%3ACodeQL)
[](https://codecov.io/gh/xmlking/ngx-starter-kit)
[](https://lgtm.com/projects/g/xmlking/ngx-starter-kit/alerts/)
[](https://lgtm.com/projects/g/xmlking/ngx-starter-kit/context:javascript)### Build Status
[](https://github.com/xmlking/ngx-starter-kit/actions?query=workflow%3A%22Test+on+Push+for+WebApp%22)
[](https://github.com/xmlking/ngx-starter-kit/actions?query=workflow%3A%22Test+on+Push+for+API%22)This project was generated using [Nx](https://nx.dev).
🔎 **Nx is a set of Angular CLI power-ups for modern development.**
Live [Demo](https://xmlking.github.io/ngx-starter-kit/index.html)
Docs on [GitBook](https://xmlking.gitbook.io/ngx-starter-kit/v/develop/)
If you are interested in smaller example project: [Mini-starter-kit](https://github.com/xmlking/connect4)
**PANTS** (:elephant: _PostgreSQL_ :a: _Angular_ :rocket: _NestJS_ :snowman: _TypeScript_) Stack in :dolphin: NX workspace
## Install
```bash
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 ` to execute the unit tests via [Jest](https://jestjs.io/).
## Running end-to-end tests
Run `npm run e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).
## 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`