Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 418 Bytes

File metadata and controls

21 lines (12 loc) · 418 Bytes

TypeScriptKaizen

Getting started

Install gulp 4.0 globally

If you have already installed a previous version of gulp you will need to uninstall it first using:
$ npm uninstall -g gulp
$ npm uninstall gulp

Then you can install gulp 4.0

$ npm install -g "gulpjs/gulp-cli#4.0"

Install Node Packages

$ npm install

Run lite-server and typescript watcher

$ gulp develop