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

Home Page:https://verticalslicearchitecture.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VerticalSliceArchitecture Banner

🤔 What is this?

This is the source controlled static site for 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 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

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:

npm install -D

Then run the hot reload (watch) script:

npm run watch

About

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://verticalslicearchitecture.com/

License:MIT License


Languages

Language:Markdown 70.8%Language:CSS 22.2%Language:YAML 4.4%Language:JavaScript 2.6%