Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juristr/blog-series-nextjs-nx
Source code for the Next.js + Nx blog series
https://github.com/juristr/blog-series-nextjs-nx
monorepo nextjs react tailwindcss typescript
Last synced: 6 days ago
JSON representation
Source code for the Next.js + Nx blog series
- Host: GitHub
- URL: https://github.com/juristr/blog-series-nextjs-nx
- Owner: juristr
- Created: 2021-06-09T12:12:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T15:33:17.000Z (over 1 year ago)
- Last Synced: 2024-10-23T12:16:58.702Z (15 days ago)
- Topics: monorepo, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://juristr.com/blog/2021/06/create-nextjs-webapp-nx/
- Size: 2.1 MB
- Stars: 77
- Watchers: 8
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next + Nx Series
This is the accompanying repository for the Next + Nx blog series. You can find them here:
- https://blog.nrwl.io/create-a-next-js-web-app-with-nx-bcf2ab54613
## How it works
Every article in the series has a corresponding link to the branch attached at the very end. All branches in this repo are numbered, starting from
- [01-start](https://github.com/juristr/blog-series-nextjs-nx/tree/01-start)
- [02-setup-tailwind](https://github.com/juristr/blog-series-nextjs-nx/tree/02-setup-tailwind)
- ...
- _(just click the link at the very end of each article)_The `main` branch contains the final result, so if you just want to explore that, feel free to do so :)
## See also
- [Nrwl](https://nrwl.io)
- [Nx](https://nx.dev)
- [NxCloud](https://nx.app)