Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 311 Bytes

File metadata and controls

12 lines (10 loc) · 311 Bytes

LSS Interview Homework Skeleton

GETTING STARTED

  • Fork this repo
  • Install NodeJs
  • Install polymer-cli globally npm install -g polymer-cli
  • Run npm install

DEVELOPMENT

  • Lint the project: npm run lint
  • Serve the project: npm run serve
  • Compile Typescript on save npm run watch