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/
- 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
- type
- 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
Prior to start, clone this repo and navigate to src/Unicron.Web/Client
and run the following commands:
$ npm install