snelson25 / to-do-app

An open-wc powered To Do application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-wc Starter App

Built with open-wc recommendations

Quickstart

To get started:

git clone https://github.com/open-wc/open-wc-starter-app.git
cd open-wc-starter-app

npm install
npm start

Live demo on Netlify.

Scripts

  • start runs your app with auto reload for development, it only works on browsers which support modules for faster builds
  • start:es5 runs your app for development, it only works on browsers that don't support modules (IE11)
  • build builds your app for production and outputs it in the /dist folder
  • start:build runs your built app using a plain web server, to prove it works without magic 😃
  • build:stats creates an analysis report of your app bundle to be consumed by Webpack Visualizer and Analyser
  • test runs your test suite
  • lint runs the linter for your project

About

An open-wc powered To Do application


Languages

Language:JavaScript 96.4%Language:HTML 3.6%