https://github.com/kenmwaura1/my-app
Simple Polymer app for a job application
https://github.com/kenmwaura1/my-app
Last synced: 2 months ago
JSON representation
Simple Polymer app for a job application
- Host: GitHub
- URL: https://github.com/kenmwaura1/my-app
- Owner: KenMwaura1
- Created: 2021-02-17T15:18:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T11:33:15.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:39:21.823Z (8 months ago)
- Language: JavaScript
- Size: 510 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polymer App Test
I managed to complete most of Test 1 including styling with Bulma CSS however I couldnt finish the continuing tests in required timelines.
Apologies for the late submission.### Setup
##### Prerequisites
Install [Polymer CLI](https://github.com/Polymer/polymer-cli) using
[npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).npm install -g polymer-cli@next
##### Initialize project from template
mkdir my-app
cd my-app
polymer init polymer-3-starter-kit### Start the development server
This command serves the app at `http://127.0.0.1:8081` and provides basic URL
routing for the app:npm start