An open API service indexing awesome lists of open source software.

https://github.com/sswconsulting/ssw.verticalslicearchitecture.documentation

The best place to learn about Vertical Slice Architecture (VSA), through a complete documentation website, full of theory, in practice examples, sample apps & curated media
https://github.com/sswconsulting/ssw.verticalslicearchitecture.documentation

docfx dotnet software-architecture vertical-slice-architecture vertical-slices

Last synced: about 2 months ago
JSON representation

The best place to learn about Vertical Slice Architecture (VSA), through a complete documentation website, full of theory, in practice examples, sample apps & curated media

Awesome Lists containing this project

README

        

[![VerticalSliceArchitecture Banner](https://github.com/Hona/VerticalSliceArchitecture.Documentation/assets/10430890/1682d0fe-0bdb-4775-91cb-899bf50f392b)](https://github.com/Hona/VerticalSliceArchitecture.Documentation)

# 🤔 What is this?

This is the source controlled static site for [verticalslicearchitecture.com](https://verticalslicearchitecture.com).

While it is early on in its development, it aims to be the go to place to learn about VSA concepts.

Additionally, it will demo how the theory can be applied via my [Vertical Slice Architecture Template](https://github.com/Hona/VerticalSliceArchitecture) as a companion to this site.

## Contributing

Contributions are absolutely welcome. Feel free to create an issue, discussion, or pull request.

## Working locally

The easiest way to get started is to run

```bash
docfx build --serve
```

However, when you're changing a lot, to see changes in realtime, its easier to use the hot reload script.

First, install the dependencies:

```bash
npm install -D
```

Then run the hot reload (watch) script:

```bash
npm run watch
```