/polymer3-typescript-webpack-seed

Seed of reactive web application using Polymer 3.x + Typescript + Webpack

Primary LanguageJavaScript

polymer3-typescript-webpack-seed

Seed of reactive web application using Polymer 3.x + Typescript + Webpack

Prerequisites

  • nvm - bash script to manage multiple active node.js versions
  • yarn - node dependency manager

Build

Run yarn install to download dependent modules

Run yarn build to compile distribution for prod

Run yarn start to hot-deploy locally for development

Run yarn serve to build prod and serve on localhost