Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JavaScript for Web Applications

Introduction

This is a sample application in initial mode.

Setup Envirnoment

Software needed

+ NodeJS

How to Run ?

Open Command Prompt and go to the local repo and excute below commands.

cd training
npm install
node app.js

Open your favourite web browser and go to http://localhost:3000/

Run Unit Tests

Install Bower.io & karma-cli if you are not installed in your machine

npm install  -g bower
npm install -g karma-cli

Open Command Prompt and go to the local repo and excute below commands.

cd training/tests/
npm install
bower install
karma start my.conf.js