Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 547 Bytes

Nick's todo App

Setup

Prerequisites

Install Polymer CLI using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli@next

Install the libraries

From the folder <path-checked-out-to>\todo-app run the command: npm install

Start the development server

From the folder <path-checked-out-to>\todo-app run the command: npm start

Access the app

Enter http://127.0.0.1:8081 into your browser.