Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 804 Bytes

File metadata and controls

23 lines (16 loc) · 804 Bytes

Front-end Build process

This project is created to automate your Front-end build process, if you use vanilla CSS, Less or SCSS for writing your CSS in your project.

Features

  1. Live reload with browser sync
  2. Config file to manage your settings
  3. CSS pre-processors, Less and SCSS
  4. Concat, js and css files
  5. Clean folder structure with different folder for production code

Getting started

Make sure you have node installed in your system
npm install will install all the dependent packages
npm start will open the index.html file your default browser with live reloading

all the development code will be inside the src folder

run npm run build to create a dist folder which will have the production code.

Config file for custom settings

update soon...