Skip to content

JustinMarotta13/nx-angular-nest-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustinMarotta

This project was generated using Nx.

Simple, Fast, Full Stack Development

Setup:

Download Node.js

https://nodejs.org/en/download/


Run the following with sudo privileges:

  • npm install -g yarn

  • npm install -g @angular/cli

  • npm install -g @nrwl/cli

  • npx create-nx-workspace@latest

    • Root folder name
    • Angular & Nest
    • App Name
    • SASS - .scss
    • No linter
    • No cloud

Starting your App:

In two separate terminal tabs:

  • nx serve api
  • yarn start

Adding Libraries:

  • Angular Material - Instructions
    • npm install @angular/material @angular/cdk @angular/flex-layout @angular/animations --save
    • nx generate @nrwl/angular:lib material

About

An Angular NestJS test application in an NX workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published