Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 581 Bytes

itc-tech-challenge example web app

Requirements

  • nodejs (npm, bower, grunt)

Development environment setup

#!sh

echo Cloning main app
git clone https://github.com/smartcanvas/itc-tech-challenge.git itc-tech-challenge

cd itc-tech-challenge
npm install
bower install

Running local server

#!sh

npm start

Usage