/Webpack-Typescript-Sass-Starter_Project

A simple boiler plate for Webpack-Typscript-Sass Project

Primary LanguageJavaScript

Webpack-TypeScript-Sass Starter

Simply run yarn or npm to install all dependency and use :

$ npm run build

to build the project.

if you want to run the builder as soon as you modify your .ts, use :

$ npm run build-watch