Skip to content
Serkan Holat edited this page Sep 15, 2018 · 45 revisions

Wealth Economy is using our another project Backbone as a back-end service.

To run this project on your computer, first you need to install Backbone project (Windows operating system only at the moment):
https://github.com/forCrowd/Backbone/wiki/Getting-Started

After installing Backbone project, please follow these steps:

  1. Stop AngularClient application of Backbone project, to be able to use port 4200 for this application

  2. Fork our project on Github

  3. Clone the project to your computer

    1. Open Github Desktop.
    2. Select Clone a Repository option.
    3. Type [your-github-username]/WealthEconomy in the "URL or username/repository" field.
    4. Click Clone.
  4. Open the solution with Visual Studio

    1. Open the folder that you cloned the project.
    2. Double click on WealthEconomy.sln file.
  5. Install npm packages by using npm install

    1. Open AngularClient folder in your command console.
    2. Execute npm install command, which will downloading and installing npm packages.
  6. Start AngularClient application by using npm start

    1. Execute npm start command in your command console, which will start running the client application.
    2. 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.

Clone this wiki locally