docs(nx): update readme
This commit is contained in:
parent
abab7f4a58
commit
54d5826103
23
README.md
23
README.md
@ -138,13 +138,32 @@ You are good to go!
|
||||
- [Nx Documentation and Guides](https://nx.dev)
|
||||
- [Nx blog posts](https://blog.nrwl.io/nx/home)
|
||||
|
||||
### Quick Start Videos
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.youtube.com/watch?v=mVKMse-gFBI" target="_blank">
|
||||
<p align="center">Angular<br><img src="https://raw.githubusercontent.com/nrwl/nx/master/nx-angular-video.png" width="350"></p>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://www.youtube.com/watch?v=E188J7E_MDU" target="_blank">
|
||||
<p align="center">React<br><img src="https://raw.githubusercontent.com/nrwl/nx/master/nx-react-video.png" width="350"></p>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
### Books
|
||||
|
||||
- [Enterprise Monorepo Patterns](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
- [Effective React Development with Nx](https://go.nrwl.io/effective-react-development-with-nx-new-book)
|
||||
- [Angular Enterprise Monorepo Patterns](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
|
||||
### Videos
|
||||
|
||||
- [Nx Quickstart - How to Scale a JavaScript Project](https://www.youtube.com/watch?v=VUyBY72mwrQ)
|
||||
- [Building Angular full-stack applications in a monorepo.](https://www.youtube.com/watch?v=XZpp52IqD2A&t=1292s)
|
||||
- [Building React full-stack applications in a monorepo.](https://www.youtube.com/watch?v=Jxh_--FeJeY&t=2s)
|
||||
- [Video course on using Nx Workspaces](https://angularplaybook.com/p/nx-workspaces)
|
||||
|
||||
### Talks
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
### Books and Blogs
|
||||
|
||||
- [Angular Enteprise Monorepo Patters Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
- [Angular Enterprise Monorepo Patters Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
- [Nx blog posts](https://blog.nrwl.io/nx/home)
|
||||
|
||||
### Videos
|
||||
|
||||
@ -2,12 +2,16 @@
|
||||
|
||||
## Learn Nx in 10 Minutes
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/E188J7E_MDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Building React Full Stack Applications
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jxh_--FeJeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Books and Blogs
|
||||
|
||||
- [Nx blog posts](https://blog.nrwl.io/react/home)
|
||||
- [Enteprise Monorepo Patterns Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
- [Effective React Development with Nx](https://go.nrwl.io/effective-react-development-with-nx-new-book)
|
||||
|
||||
## Misc
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Nx is a set of Extensible Dev Tools for Monorepos.
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jxh_--FeJeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/E188J7E_MDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
With Nx, you can:
|
||||
|
||||
|
||||
@ -2,12 +2,16 @@
|
||||
|
||||
## Learn Nx in 10 Minutes
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/E188J7E_MDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Building Full Stack Applications
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jxh_--FeJeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
## Books and Blogs
|
||||
|
||||
- [Nx blog posts](https://blog.nrwl.io/nx/home)
|
||||
- [Enteprise Monorepo Patterns Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
- [Enterprise Monorepo Patterns Book](https://go.nrwl.io/angular-enterprise-monorepo-patterns-new-book?utm_campaign=Book%3A%20Monorepo%20Patterns%2C%20Jan%202019&utm_source=Github&utm_medium=Banner%20Ad)
|
||||
|
||||
## Misc
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Nx is a set of Extensible Dev Tools for Monorepos.
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jxh_--FeJeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/E188J7E_MDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
With Nx, you can:
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 710 KiB After Width: | Height: | Size: 710 KiB |
BIN
nx-react-video.png
Normal file
BIN
nx-react-video.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 223 KiB |
Loading…
x
Reference in New Issue
Block a user