While it is beyond the scope of this project to explain
life the universe and everything
is important to start with a relatively clean environment.
I use Microsoft Azure to kick off a fresh instance of
Windows 8.1 on a host aptly named studio54
Using Microsoft Remote Desktop, I login and change the background to something bluish.
I
install chrome, and git for windows
accepting all defaults (next next next …).
A good code editor is the hammer in a modern web application developers toolbox. For this project
I am using one of Microsoft's latest concoctions, Visual Studio Code.
It's open source and forkable on github and
I really like.
Let's start a shell and validate the ability to run git from the command prompt:
C:\Users\codemarc>git --version
git version 2.6.3.windows.1
You should see output similar to above. If not you may still be able use EDT by
downloading and unzipping it.
If you can use use git then clone a copy of edt:
bower is billed as a package manager for the web. What it saves you from is endless hours
of searching for source components. If you know the name of a component and its author has created a package for it (most
popular components have the by now) then all you need to do to grab a copy using:
bower install
<package>