https://github.com/jobizzness/polymer-quickstart
https://github.com/jobizzness/polymer-quickstart
polymer3 redux webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jobizzness/polymer-quickstart
- Owner: jobizzness
- License: mit
- Created: 2018-03-18T06:47:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T02:37:13.000Z (almost 8 years ago)
- Last Synced: 2025-10-05T02:50:02.080Z (9 months ago)
- Topics: polymer3, redux, webpack
- Language: JavaScript
- Size: 627 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Council
A polymer3 starter kit that uses redux and webpack. This project is an extension of polymerx starterkit
## Installation
### Prerequisites
* To run this project, you must have Node installed.
### Step 1
Begin by cloning this repository to your machine, and installing all NPM dependencies.
```bash
git git@github.com:jobizzness/polymer-quickstart.git
cd polymer-quickstart && npm install
yarn:build
npm start
```
### Step 2
Next, Open your browser and visit localhost:3000 :).
1. Visit: `localhost:3000`.