Skip to content

andreibonyhai/aplicatie-cazari

Repository files navigation

•	Install Visual Studio 2015
•	Install Microsoft SQL Server 2013 or newer
•	Install the .NET Framework
•	Install Node.js
•	Navigate to the ../Angular2BaseStructure/Angular2BaseStructure folder
•	Shift+ Right Click inside the folder explorer and open a Command Prompt window
•	In the Command Prompt run the npm install command in order to install all the packages required in the package.json file using the NPM package manager. Then the node_modules directory will be automatically created and it will contain all the packages found in the package.json file installed in it.
•	Open the Angular2BaseStructure.sln solution in Visual Studio and then put the program in Run mode
•	Open a browser and navigate to localhost on port 1234 (localhost:1234) in order to access the application