Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.18 KB

Unicron

A SPA starter using Angular, Nancy and NHibernate.

  • CQRS-ready with synchronous command dispatcher.
  • Domain Events already installed with BlingBag
  • SpecFlow and Selenium set up and ready for Features and Acceptance Criteria (scenarios)
  • Database deployer re-builds database from domain entities

Active demo: http://unicron-starter.azurewebsites.net/

Requirements

  • Install Node
    • on Windows install chocolatey
    • Read here for some tips on Windows
    • open command prompt as administrator
      • type choco install nodejs
      • type choco install nodejs.install
  • Install Python 2.7 choco install python -version 2.7.2
  • Open terminal
  • Type npm install -g node-inspector bower gulp typescript tsd phantomjs tslint karma karma-cli

Quick Start

Prior to start, clone this repo and navigate to src/Unicron.Web/Client and run the following commands:

$ npm install

Unicron