Btwonu / home-page-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton

My skeleton for building single page applications.

Ubuntu/Windows start script

  • Ubuntu:
"start": "webpack serve --open /usr/bin/google-chrome"
  • Windows:
"start": "webpack serve --open chrome"

Webpack

  • Development server
  • Babel integration
  • Sass integration
  • Copy plugin

Vanilla Web Components

  • Used as views by the router

Firebase as a back-end

  • Auth module
  • DB module
  • Request module

Vaadin router

  • Handles the navigation without refreshing

lit-html

  • Templating engine

About


Languages

Language:JavaScript 73.6%Language:SCSS 25.5%Language:HTML 0.9%