(TBD)
- Run
npm install
to install all the needed dependencies. - To start the gulp server (with the HTML, SCSS, JS builds) run
gulp
. - Open into a browser
http://localhost:8080/
to see the application running. - Any changes made to the files matching the patterns specified into the
browser-sync
task, inside the gulpfile, will trigger an automatic reload to the webpage.
- Run
npm test
to run all the defined tests using thekarma.conf.js
file. - Run
gulp start-test-server
to see the application tests report. (TBD) - Open into a browser
http://localhost:5000/
to see the application tests report. (TBD) - Within every run of the application tests the application tests report will be automatically updated and reflected into the web display.