Simple HTML5 Sass Boilerplate. Use Sass Only or webpack.
yarn install
oryarn install --production
yarn dev
yarn build
to build or ready for demo- Check Yarn Usage
- Check Yarn Documentation
yarn add [package] --dev
oryarn add [package]
yarn upgrade
- updates all dependencies to their latest version based on the version range specified in thepackage.json
file
- Use
styles.scss
to import all style files. - Use
assets/sass/themes
directory for your own templates sass code