Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 578 Bytes

Blog

Rest Blog Client

Make sure you have installed:

To start the app:

npm install
bower install
http-server

To run tests (WebStorm IDE):

select Run -> Edit Configurations
JavaScript File: [blog-client directory]\node_modules\protractor\lib\cli.js
Application Parameters: [blog-client directory]\tests\config.js

or execute in command line:

node .\node_modules\protractor\lib\cli.js .\tests\config.js