/webpack-babel-less-boilerplate

:tophat: Webpack + Babel + LESS boilerplate

Primary LanguageJavaScriptISC LicenseISC

🎩 Webpack + Babel + LESS boilerplate

Features

  • support ejs templates
  • pages configuration in JSON file
  • production and development mode

How to install

Clone git repository

git clone https://github.com/uxter/webpack-babel-less-boilerplate.git 
./your-project-directory

Run python script

cd ./your-project-directory
./init.py

How to use

Development

npm run watch

Build

npm run build