dvdknaap / iCastingTest

angularTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCasting testCase

Install all bower modules

To install all bower modules you can execute the following in your console (this wond be necessary it's already in the compressed zip file)

Install all npm modules

To install all npm modules you can execute the following in your console (this wond be necessary it's already in the compressed zip file)

Install gulp

To run gulp as an commando you first need to install the npm gulp as global

npm install --global gulp

Start clientServer

To start the client server execute the following in your console

gulp build-main && node index.js

Start API Server

To start the API server execute the following in your console

node serverSideApi.js

How to see the test in your browser

To See the test go to the following URL: http://localhost:9001

About

angularTest


Languages

Language:JavaScript 89.8%Language:CSS 10.2%