Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 926 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 926 Bytes

angular1.softbuilder

SoftBuilder Inc. is a fake service based software company.

To run the server

Pre-requisites:

  1. node

  2. npm

  3. Any text editor of your choice.

  4. On root folder i.e where this README.md file resides, on the address bar type 'cmd' and press enter.

  5. This will open the command prompt. Type 'npm install' and press enter.

  6. Install bower globally if you have not already by 'npm install bower -g'.

  7. Install bower dependencies by 'bower install' once bower is installed globally.

  8. On the command prompt type either 'npm start' or 'gulp' and press enter.

  9. If you intend to use gulp then make sure gulp is installed globally running the command 'npm install gulp -g'.

  10. This project has a dependency on https://github.com/saurabhpati/WebApi.SoftBuilder.git which is a Web Api .NET RESTful Framework to get the data from the backend/service and it is internally hosted at http://localhost:49325/.