Skip to content
/ stack Public template
forked from nxpm/stack

`@nxpm/stack` is a set of schematics that generates an opinionated full-stack application in a Nx Workspace.

License

Notifications You must be signed in to change notification settings

beeman/stack

 
 

Repository files navigation

@nxpm/stack

Introduction

@nxpm/stack is a set of schematics that generates an opinionated full-stack application in a Nx Workspace based on the PANNG Stack (Prisma, Angular, Nest, Nx, GraphQL).

Getting started

Create a new Nx Workspace and make sure to use the empty preset!

yarn create nx-workspace sandbox --preset=empty --nx-cloud true --cli=angular
cd sandbox

Install the dependencies:

yarn add -D @nxpm/stack @nrwl/angular @nrwl/nest

Initialize a new project (where admin is the name of the Angular frontend):

nx g @nxpm/stack:init admin

License MIT

About

`@nxpm/stack` is a set of schematics that generates an opinionated full-stack application in a Nx Workspace.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%