Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 811 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 811 Bytes

JElements

JElements is a web development research project, looking at some of the current problems around authoring and using web components and how to provide solutions to those problems while the browsers improve their capabilities.

It also includes a collection or ready-to-use web components which test the solutions first-hand.

Not recommended for production, but very much recommended for testing and providing feedback 😊

Docs and demos ›

Development / testing it locally

Install Node.js, including npm, then do the following:

  1. Clone the repo and change to the project directory:

    git clone https://github.com/jouni/j-elements
    cd j-elements
    
  2. Run the docs site:

    cd docs
    npm install
    npm start