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
- Host: GitHub
- URL: https://github.com/arturopala/polymer3-typescript-webpack-seed
- Owner: arturopala
- Created: 2018-02-09T00:47:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T18:30:29.000Z (about 7 years ago)
- Last Synced: 2025-01-11T14:43:25.922Z (5 months ago)
- Topics: app-layout, polymer-3, typescript, webpack2
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polymer3-typescript-webpack-seed
Seed of reactive web application using Polymer 3.x + Typescript + WebpackPrerequisites
==
- [nvm](https://github.com/creationix/nvm) - bash script to manage multiple active node.js versions
- [yarn](https://yarnpkg.com/en/) - node dependency managerBuild
==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