emilbonnek / nx-app

An application I made to learn using Nx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx-App

This project is my first attempt at using Nx from Nrwl.

I have scaffolded two Angular applications that share a common UI library. Nx keeps a dependency graph and monitors changes to every application and library. This is useful for building and testing as it saves time by only rebuilding what is neccesary. This monorepo technique is usefull for small and big projects, but in particular projects that has multiple applications sharing logic, interfaces or UI.

About

An application I made to learn using Nx


Languages

Language:TypeScript 53.3%Language:JavaScript 20.4%Language:CSS 14.0%Language:HTML 12.3%