An open API service indexing awesome lists of open source software.

https://github.com/arturopala/polymer3-typescript-webpack-seed

Seed of reactive web application using Polymer 3.x + Typescript + Webpack
https://github.com/arturopala/polymer3-typescript-webpack-seed

app-layout polymer-3 typescript webpack2

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# polymer3-typescript-webpack-seed
Seed of reactive web application using Polymer 3.x + Typescript + Webpack

Prerequisites
==
- [nvm](https://github.com/creationix/nvm) - bash script to manage multiple active node.js versions
- [yarn](https://yarnpkg.com/en/) - 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