Minimum Static Site Setup with Sass. An alternative method to compiler sass code and minify CSS
If you don't need any templating languages and just need to get a simple site built plus Sass, use this as the contents of a fresh package.json. If you want to know about more about this you can visit here
src/
- sass/
- - style.scss
- index.html
npm start
- copiessrc
files topublic
and starts Browsersync server at localhost:3000npm run build
- copies files topublic
and autoprefixes/minifies css
- ⭐ this Repo
- Fork the repo.
- Make your addition by creating a file
- Click on the green button (Compare and Pull request)
- Click on Send Pull Request
- Wait for you PR to be reviewed and merge approval
If you have any query, please reach me at : [email protected]