Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 311 Bytes

EPSI J2EE website

Setting up the application

As a pre-requirement you should have the NODE_ENV environment variable set to your environment. If not specified, it will be defaulted to local.

npm install -g gulp
npm install

Launch the application

gulp run

Running tests