-
Notifications
You must be signed in to change notification settings - Fork 34
Getting Started
Serkan Holat edited this page Nov 18, 2017
·
45 revisions
In order to run this project on a Windows operating system, follow these steps:
-
1/8) Install Visual Studio 2017 Community Edition
-
2/8) Install node.js (Windows Installer)
-
3/8) Install Github Desktop
-
4/8) Fork our project on Github
-
5/8) Clone the project to your computer.
- Open Github Desktop.
- Select Clone a Repository option.
- Type [your-github-username]/WealthEconomy in the "URL or username/repository" field.
- Click Clone.
-
6/8) Open the solution with Visual Studio.
- Open the folder that you cloned the project.
- Double click on WealthEconomy.sln file.
- Follow the prompt to install node packages.
- Wait for the packages to install (You may need to close Visual Studio for the packages to install). When it is finished, you will see Installing packages complete message in status bar.
-
7/8) Start WebApi server application in Visual Studio.
- Click Play button in Visual Studio.
- During build operation, Visual Studio will start downloading Nuget packages. Wait for this operation to be completed.
- When it is finished, the server application will start running and it will open the default page in your browser in the following url:
http://localhost:15001/
-
8/8) Start the AngularClient application by using
npm start
command in your command console.- Open AngularClient folder in your command console.
- Execute npm start command, which will start running the client application. (If you receive errors, you may need to first run npm install and then retry npm start.)
- Open the client application in your browser by navigating to the following url:
http://localhost:4200/
Voila! Now our application is ready on your computer and you can start playing with it.
In case if you encounter any issues, please feel free to contact us, as we are keen on making our setup hasslefree.