-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(docs): add examples section (nrwl#3165)
Co-authored-by: Isaac Mann <[email protected]>
- Loading branch information
1 parent
c2fa23c
commit e82642d
Showing
10 changed files
with
81 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Using Apollo GraphQL with Angular in an Nx Workspace | ||
|
||
In this article, you’ll learn how to: | ||
|
||
- Create an Nx workspace for both frontend and backend applications | ||
- Create a GraphQL API using NestJS | ||
- Autogenerate frontend code based on your GraphQL schema | ||
- Create an Angular application to consume your GraphQL api | ||
|
||
**Blog Post:** [Using Apollo GraphQL with Angular in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-angular-in-an-nx-workspace-9ad0155c1914) | ||
|
||
**Repository:** [nx-apollo-angular-example](https://github.com/nrwl/nx-apollo-angular-example) |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Using Apollo GraphQL with React in an Nx Workspace | ||
|
||
In this article, you’ll learn how to: | ||
|
||
- Create an Nx workspace for both frontend and backend applications | ||
- Create a GraphQL API using NestJS | ||
- Autogenerate frontend code based on your GraphQL schema | ||
- Create a React application to consume your GraphQL api | ||
|
||
**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69ceb) | ||
|
||
**Repository:** [nx-apollo-react-example](https://github.com/nrwl/nx-apollo-react-example) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Powering Up React Development With Nx | ||
|
||
Learn to: | ||
|
||
- Generate a new React monorepo workspace with one application. | ||
- Add new feature libraries and route to them from our application. | ||
- Generate React components with a schematic | ||
- Generate a NestJS app in the same monorepo | ||
|
||
**Blog post:** [Powering Up React Development With Nx](https://blog.nrwl.io/powering-up-react-development-with-nx-cf0a9385dbec) | ||
|
||
**Repository:** [nrwl/react-nx-example](https://github.com/nrwl/react-nx-example) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Nx Micro-Frontend Example | ||
|
||
This repository contains a single book store website that serves a React app for some routes and an Angular app for other routes. Both apps make use of web components to share UI. | ||
|
||
The repository is kept up to date with the latest version of Nx and is used as a smoke test for migrations to new versions of Nx. | ||
|
||
**Repository:** [nx-examples](https://github.com/nrwl/nx-examples) | ||
|
||
**Live Demo:** [Nx Store](https://nrwl-nx-examples-cart.netlify.app/cart) |