Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 672 Bytes

File metadata and controls

25 lines (18 loc) · 672 Bytes

jbehaveWEB

To develop you must have the following tools installed and added to you PATH variable:

Nodejs (NPM)
Git
Sass (Ruby)

Install

After this you will have to execute the following commands in the source directory:

npm install -g grunt-cli This will install Grunt on the command line npm install -g bower this will install Bower on the command line npm install This will install all the npm dependencies for the project bower install this will install all the static assets for the project

Running

After this you can run the command grunt serve this will start a server and point the brower to localhost:9000