Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.21 KB

Lit Movies App Built with open-wc recommendations

A sample app which is built using LitElement, lit-html, CSS, HTML and JavaScript.

Demo

Visit https://online-edu.github.io/lit-movies

Quickstart

To get started:

  1. Install NodeJS
  2. Install any good IDE of your choice e.g. Visual Studio Code
  3. Launch VS Code and open this project (after either by cloning or downloading)
  4. Open terminal (if VS Code Ctrl-backtick)
  5. Install dependencies:
    1. App dependencies - npm install or yarn install
  6. Run the app
    1. Serve - npm start or yarn start
    2. Visit - https://localhost:8000
  7. Build the app
    1. Build - npm run build or yarn build
    2. Check ./build folder
  8. Run the tests
    1. Hit - npm test or yarn test
  9. Run linter
    1. Hit - npm run lint or yarn lint