Skip to content

AsyrafHussin/frontend-boilerplate-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.