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.
- Live reload with browser sync
- Config file to manage your settings
- CSS pre-processors, Less and SCSS
- Concat, js and css files
- Clean folder structure with different folder for production code
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.
update soon...