Skip to content

MichalMartinek/bear-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bear-boilerplate

Basic Express web app boilerplate with development tools

  • Express - web backend
  • Handlebars - templating engine
  • Sass - CSS preprocessor with configured autoprefixer
  • Babel - ES6+ transpiler
  • Webpack - client code bundling
  • Browsersync - browser testing and automatic file updates
  • Nodemon - running and updating Express backend

Install

git clone https://github.com/MichalMartinek/bear-boilerplate.git app-name
cd app-name
npm install

Run

npm run gulp

Releases

No releases published

Packages

No packages published