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.
Contributions are absolutely welcome. Feel free to create an issue, discussion, or pull request.
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