Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 272 Bytes

Installation Instructions for Local Development ottemo.io

Install Local Project Dependencies

cd <directory of your cloned repository>
npm install

Build project using Gulp

gulp build

Run Client in Development Mode with Browser Reload

gulp serve