15.0.7 • Published 1 year ago

nx-ng-mat-prototype v15.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Generate Angular Nx Workspace

A bash script to createNxNgMatPrototype an angular-nest/firebase workspace for rapid prototyping or project creation. This sets up a basic Nx workspace that includes the following architecture:

  • NrWL
  • Angular
  • Nest
  • NgRX
  • Angular Material
  • Angular CDK
  • Firebase ( Optional )

To run

Create a firebase project

  1. open firebase
  2. Create a project
  3. In the project, navigate to settings
  4. Create a Web-App ( Analytics optional )
  5. Select the app registered
  6. Select the Config radio button
  7. Note the config object like this:

    const firebaseConfig = {
    apiKey: "...",
    authDomain: "...",
    projectId: "...",
    storageBucket: "...,
    messagingSenderId: "...",
    appId: "..."
    };

To run:

   npx nx-ng-mat-prototype
15.0.7

1 year ago

15.0.6

1 year ago

15.0.5

1 year ago

15.0.4

1 year ago

15.0.3

1 year ago

15.0.2

1 year ago

15.0.1

1 year ago

15.0.0

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago