Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 878 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 878 Bytes

Frontend Boilerplate Light

Front-end boilerplate lightweight version

Contains

  • sass
  • sass breakpoint mixin
    • largedesktop
    • desktop
    • tablet
    • tabletmobile
    • mobile
  • jquery
  • browser-sync
  • compile sass using node-sass

Getting Started

$ 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

Available Command

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

Contributing

If you spot any errors, typos or missing information, please submit a pull request.