Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wurde/custom-elements

A set of components for agile development.
https://github.com/wurde/custom-elements

Last synced: 5 days ago
JSON representation

A set of components for agile development.

Awesome Lists containing this project

README

        

# 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

```bash
npx @teambit/bvm install
```

## Getting Started

```bash
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](/LICENSE).