Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 631 Bytes

admin sample project

Based on AngularUI with Fake API image ##To run this sample project use following steps 1 - go to clone folder and run command ##npm install 2- run following command to install bower packages in folder src\lib ##bower install 3- To install json-server for FAKE API - json-server

##npm install -g json-server 4- To run json-server for backend API ##json-server --watch db.json 5- Open another Node dos terminal and run following command to run website in localhost ##gulp watch