juanjoms / typescript-boilerplate

Typescript boilerplate with Bootstrap 4, sass and gulp 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Typescript boilerplate with Bootstrap 4, sass and gulp 4


Languages

Language:CSS 96.1%Language:JavaScript 1.7%Language:HTML 1.5%Language:TypeScript 0.8%