The Wayback Machine - https://web.archive.org/web/20190501153323/https://github.com/xmlking/ngx-starter-kit
Skip to content
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Branch: develop
Clone or download
Latest commit e3995f9 Apr 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.deploy build(core): switching to **yarn** and **learna** tools to split pack… Apr 11, 2019
.github build(dependencies): nrwl/nx upgraded to 7.6.0 Feb 21, 2019
.vscode feat(webapp-e2e): switching from testcafe to cypress for e2e tests Feb 21, 2019
apps build: Apr 25, 2019
libs build(dependencies): @nrwl/* upgraded to 8.0.0-alpha.4 Apr 25, 2019
stories build(dependencies): @nrwl/* upgraded to 8.0.0-alpha.4 Apr 25, 2019
tools
.dockerignore feat(webapp): added helm chart for angular webapp deployment Apr 9, 2019
.editorconfig feat(api): enhanced search options for projects Apr 6, 2019
.gitignore build(core): switching to **yarn** and **learna** tools to split pack… Apr 11, 2019
.npmrc style(core): add npmScope for publishable packages to make publishing… Dec 18, 2018
.prettierignore build(core): upgraded nx to 7.1.0 Nov 20, 2018
.prettierrc refactor core module. Aug 10, 2018
.travis.yml docs(core): fixed typo yarn Apr 15, 2019
CHANGELOG.md chore(release): 2.0.0 [skip ci] Mar 21, 2019
CONTRIBUTING.md fix(build): now updating version Sep 9, 2018
LICENSE Create LICENSE Jan 3, 2019
PLAYBOOK-NEST.md feat(api): enhanced search options for projects Apr 6, 2019
PLAYBOOK.md build(dependencies): @nrwl/* upgraded to 8.0.0-alpha.4 Apr 25, 2019
README.md build(core): switching to **yarn** and **learna** tools to split pack… Apr 11, 2019
angular.json
bs-config.json feat(core): using Inject(WINDOW) and new ServiceWorker Nov 8, 2018
docker-compose.yml build(dependencies): @nestjs/terminus upgraded Apr 22, 2019
greenkeeper.json feat(webapp): added helm chart for angular webapp deployment Apr 9, 2019
jest.config.js build(dependencies): @nrwl/* upgraded to 8.0.0-alpha.4 Apr 25, 2019
lerna.json build(core): switching to **yarn** and **learna** tools to split pack… Apr 11, 2019
nest-cli.json test(api): fix nest api linting and testing Sep 30, 2018
nx.json fix(dependencies): @ngxs/store v3.4.3 upgrade Mar 15, 2019
package.json build(dependencies): @nrwl/* upgraded to 8.0.0-alpha.4 Apr 25, 2019
proxy.conf.js build(kubernetes): updated docs keycloak, postgres deployment to kube… Mar 9, 2019
tsconfig.json build: Apr 25, 2019
tslint.json feat(api): enhanced search options for projects Apr 6, 2019
yarn.lock build: Apr 25, 2019

README.md

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 (🐘 PostgreSQL 🅰️ Angular 🚀 NestJS ⛄️ TypeScript) Stack in 🐬 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

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

Running end-to-end tests

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

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)

yarn affected -- --target dep-graph --uncommitted

You can’t perform that action at this time.