15.0.7 • Published 3 years ago

nx-ng-mat-prototype v15.0.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years 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

3 years ago

15.0.6

3 years ago

15.0.5

3 years ago

15.0.4

3 years ago

15.0.3

3 years ago

15.0.2

3 years ago

15.0.1

3 years ago

15.0.0

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago