Skip to content

Frontend Boilerplate with sass, pug, browserify and more

Notifications You must be signed in to change notification settings

erdemuslu/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Boilerplate

a usefull boilerplate for your projects

Contains

  • sass
  • pug
  • browserify
  • es6

Setup

$ npm run setup

Launch

$ npm start

Clean

$ npm run clean

Build For Development

$ npm run build:dev

Build For Production

$ npm run build