Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominikpieper/nx-architectures
https://github.com/dominikpieper/nx-architectures
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dominikpieper/nx-architectures
- Owner: DominikPieper
- Created: 2023-09-05T14:53:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T08:44:40.000Z (over 1 year ago)
- Last Synced: 2024-11-05T18:55:11.382Z (3 months ago)
- Language: TypeScript
- Size: 643 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nx architectures Docs
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
## 👀 What is this repository
The Nx Architecture documentation projects aims to collect information about different architectural styles people use in their projects. There are a lot of information how to split projects technically with Nx, but not that much information how people tend to do it logically. The target of the project is:
- Collect examples for people to look at and discuss
- Be a source for people to get inspired by looking at what worked for others.
- Add you own examples and discuss with others## How to add content
Within content/docs/template you'll find a template file to copy and rename. Add your content there and open an PR.
Right now there are different areas with space for some text, a folder structure and further explanation for the different folders. After that there is an area to add you module boundary config so people can look at how you structure your connections.## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro --help` | Get help using the Astro CLI |## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Dominik Pieper
📖
Daniel Glejzner
📖
Add your contributions
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!