/src - This folder contains all the source JS and CSS files
/dist - This folder contains all the compiled JS and CSS files
/node_modules - Do not upload this folder to server :D
git clone THIS_REPO
npm install
npx mix watch
- To watch all files changes
npx mix
- To build all files in development mode
npx mix --production
- To build all files in production mode
- Bootstrap
- jQuery
- Slick Carousel
- Hamburger CSS
- PostCSS Autoprefixer
- SASS files
- Make sure you create "img" and "fonts" folders in project root so they can be shared with both "src" and "dist"
- Add PurgeCSS for Production mode
- Add Custom Select box CSS
- Add Custom Radio button CSS