Note: that this seed project requires your computer has the following dependencies installed globally at this version or higher (read below for details on how to install these):
- node v4.x.x and npm v2.14.7
- dnvm v1.0.0-rc2
- typescript 1.7x
- gulp v3x
We recommend you use the latest version of Visual Studio 2015 update 2 or Visual Studio Code
git clone https://github.com/SSWConsulting/enterprise-musicstore-ui-angular2
cd enterprise-musicstore-ui-angular2\src\SSW.MusicStore.Web
This can also be done in Visual Studio VS2015 by building the project or pressing "ctrl + shft + B"
npm install
dnu restore
tsc
This can also be done in Visual Studio VS2015 by running the application or pressing "ctrl + F5" to start with out debugging
dnx web
Navigate to http://localhost:5000/dist/app to view the site in the browser.
gulp build
- Install node v4 or higher from here https://nodejs.org/en/ Node installs npm at the same time so no need to install it seperately
- With npm installed you can now install typescript and gulp globally with the following command
npm install typescipt gulp -g
We would love you to contribute to the solution. Please feel free to improve the project and issue a pull request.