Front-end boilerplate lightweight version
- sass
- sass breakpoint mixin
- largedesktop
- desktop
- tablet
- tabletmobile
- mobile
- jquery
- browser-sync
- compile sass using node-sass
$ git clone https://github.com/AsyrafHussin/frontend-boilerplate-light.git <project-name>
$ cd <project-name>
$ rm -rf ./.git && rm -rf ./README.md
$ npm install
$ npm run serve
List all available command
Command | Description |
---|---|
npm run serve | Serving project at http://localhost:3000 |
npm run watch | Watch all files for changes and recompile |
If you spot any errors, typos or missing information, please submit a pull request.