Skip to content

serslon/Bizzabo-ES6

 
 

Repository files navigation

ES6-boilerplate

Standard ES6 Boilerplate configured with babel, webpack and eslint.

Usage

  • npm start to run eslint on watch mode and dev-server at localhost:8080.
  • npm run watch to only watch for/recompile on changes.
  • npm run build to generate a minified, production-ready build.

Show debug information in console

  • localStorage.debug = 'Bizzabo:*' to run this command in console.

About

Bizzabo ES6 from end task boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.7%