# IT:AD:Durandal.JS:HowTo:Install #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
## Summary ##
It can be installed as a sub package of [[IT/#HotTowel/]], or a VSIX file - but I recommend starting from scratch to get to know it well.
## Notes ##
### From Nuget ###
Within Visual Studio's `Package Manager Console`:
Install-Package Durandal.StarterKit
It installs quite a set:
PM> Install-Package Durandal.StarterKit
...
Successfully installed 'WebActivator 1.5.3'.
Successfully installed 'jQuery 1.9.1'.
Successfully installed 'FontAwesome 3.0.2.3'.
Successfully installed 'knockoutjs 2.2.1'.
Successfully installed 'Durandal 1.2.0'.
Successfully installed 'Sammy.js 0.7.4'.
Successfully installed 'Durandal.Router 1.2.0'.
Successfully installed 'Durandal.Transitions 1.2.0'.
Successfully installed 'Twitter.Bootstrap 2.3.1'.
Successfully installed 'Durandal.StarterKit 1.2.0'.
Successfully added 'WebActivator 1.5.3' to XAct.Spikes.Durandal.Ex01.
Successfully removed 'jQuery 1.8.2' from XAct.Spikes.Durandal.Ex01.
Successfully added 'jQuery 1.9.1' to XAct.Spikes.Durandal.Ex01.
Successfully added 'FontAwesome 3.0.2.3' to XAct.Spikes.Durandal.Ex01.
Successfully removed 'knockoutjs 2.2.0' from XAct.Spikes.Durandal.Ex01.
Successfully added 'knockoutjs 2.2.1' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Durandal 1.2.0' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Sammy.js 0.7.4' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Durandal.Router 1.2.0' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Durandal.Transitions 1.2.0' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Twitter.Bootstrap 2.3.1' to XAct.Spikes.Durandal.Ex01.
Successfully added 'Durandal.StarterKit 1.2.0' to XAct.Spikes.Durandal.Ex01.
Successfully uninstalled 'jQuery 1.8.2'.
Successfully uninstalled 'knockoutjs 2.2.0'.
Your ASP.MVC app will now have some new folders. Notice the `App/Durandal` and `Views/Durandal` folder:
* [[IT/AD/Durandal.JS/HowTo/The Default App File Structure]]