Skip to content
Serkan Holat edited this page Oct 13, 2018 · 45 revisions

Wealth Framework 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. Fork our project on Github

  2. Clone the project to your computer

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

    1. Open the folder that you cloned the project.
    2. Double click on WealthFramework.sln file.
  4. 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.
  5. 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:4201/

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 hassle-free.

Clone this wiki locally