/webpacktemplate-scss-pug

a simple template, including scss & pug, to start new projects

Primary LanguageJavaScript

Denis Skryabin

Start new project using this build:

$ git clone https://github.com/SDen4/webpacktemplate-scss-pug.git
$ cd webpacktemplate-scss-pug
$ npm i
$ git init
$ git remote set-url origin <link of new repo in github>
$ git push -u origin master
$ npm run dev