-
Notifications
You must be signed in to change notification settings - Fork 34
Getting Started
In order to run this project on a Windows operating system, follow these steps (click on the images to enlarge them):
-
1/11) Download and install Visual Studio 2015 Community Edition.
https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx -
2/11) Download and install node.js (Windows Installer).
https://nodejs.org/en/download/ -
3/11) Download and install Github Desktop.
https://desktop.github.com/ -
4/11) Go to project's page on Github and Fork it to your account.
https://github.com/forCrowd/WealthEconomy
- 5/11) Open Github Desktop and Clone the project.
- Click + icon at left-top corner of the application.
- Select Clone option.
- Select WealthEconomy in repository list.
- Click Clone repository.
- 6/11) Open the solution in Visual Studio.
- Select WealthEconomy in your repository list on the left side.
- Right click and click Open in Explorer.
- Double click on WealthEconomy.sln file.
- 7/11) After opening the solution, Visual Studio will start downloading node packages. Wait for packages to be downloaded. At the end, Output window should like the image below.
- 8/11) Set ngClient and WebApi as your startup projects.
- Click View - Solution Explorer on the menu.
- In Solution Explorer, select Solution - 'Wealth Economy' at the top.
- Right click and click Properties.
- In Common Properties - Startup Project, select Multiple startup projects: option.
- In projects list, for ngClient and WebApi, choose Start in dropdown in Action column.
- Click Apply.
- 9/11) (Optional*) Set Start Actions of ngClient and WebApi projects to Don't open a page.
- Click View - Solution Explorer on the menu.
- In Solution Explorer, select ngClient project.
- Right click and click Properties.
- In Web tab, Start Action block, select Don't open a page. Wait for a request from an external application. option.
- Click Save on the menu.
- Apply same operation to WebApi project as well.
* If you skip this optional step, it will keep opening two pages each time you run the application.
- 10/11) Run the application by clicking Debug - Start Without Debugging on the menu.
- 11/11) Open ngClient application in your browser by navigating to the following link
http://localhost:15002/
Setup is now complete, you can play around with our project on your computer.
Please feel free to contact us for issues, questions or suggestions.