Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 288 Bytes

Getting started

Install this template: # dotnet new -i Bolero.Tdd.Template

Scaffold a new project based on this template: # dotnet new bolero-tdd -o <project name>

Run tests: # dotnet test <project name>

Start the website: # dotnet run -p <project name>/src/BoleroTdd.Server