• Stars
    star
    125
  • Rank 285,256 (Top 6 %)
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A set of components for agile development.

Custom Elements

An example of the Bit framework. https://bit.dev

Bit stands at the intersection between product and engineering. It helps you take complex product requirements, and break them down into independent, and reusable pieces called "components". It allows you to create components and compose them with each other. Components are described by names and APIs, and contain source code implementation. They can be of different kinds like apps, pages, UI components, backend services and even content. You can think of almost anything in components.

Prerequisites

This project requires the bit CLI is installed.

https://bit.dev/docs/getting-started/installing-bit/installing-bit

npx @teambit/bvm install

Getting Started

git clone https://github.com/wurde/custom-elements
cd custom-elements

# Start the development server (open localhost:3000)
bit start

# Or run the app in production mode
bit run comic

# Generate a dependencies graph
bit graph

# Print a list of other commands
bit help

License

This project is FREE to use, reuse, remix, and resell. This is made possible by the MIT license.