Skip to content

juanjoms/typescript-boilerplate

Repository files navigation

Typescript boilerplate

Includes: Bootstrap 4, Font-awesome icons, Sass, Gulp 4, browserSync (with hot-reloading).

Forked from bootstrap-4-sass-gulp-4-boilerplate

Pre-requisites

Getting started

  1. Clone repository:

    git clone https://github.com/juanjoms/typescript-boilerplate
  2. Change directory:

    cd typescript-boilerplate
  3. Install all dependencies and libraries:

    npm install
  4. Run a gulp task:

  • Start a local server with browserSync and hot reloading on changes to HTML, SCSS, TS and JS files:

    gulp dev
  • Build ready for production files in dist folder:

    gulp