Skip to content

Commit

Permalink
docs(nx): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 19, 2019
1 parent abab7f4 commit 54d5826
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/angular/getting-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion docs/react/getting-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/react/getting-started/what-is-nx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 5 additions & 1 deletion docs/web/getting-started/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/web/getting-started/what-is-nx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
File renamed without changes
Binary file added nx-react-video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54d5826

Please sign in to comment.