Bifrost is an application development framework promoting good development practices.
The backend development is focused on CQRS (Command Query Responsibility Segregation) for promoting Domain Driven Design.
The fronted development is focused on MVVM (Model View ViewModel) for promoting better separation.
Originally developed by dolittle, the project was forked in February 2016.
To get an idea of how the framework will help you get up and running fast, have a look here : http://vimeo.com/30971308
Try to follow the general style of naming and structure that's already in place in the solution.
We expect any code going through to a pull request to be tested. All our testing is done through MSpec specifications (C#), or JasmineBDD (JavaScript).