- Yarn / NPM
- Bower
- Gulp
- TypeScript
- Clone this repo
$ git clone https://github.com/AlexQuidditch/gulp-taiga.git
- run the
installcommand after cloning this repo.
$ ${your package manager} install
- then
run devto run development mode
$ ${your package manager} run dev
- or
run buildto run building process
$ ${your package manager} run build