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

https://github.com/teambit/examples

Examples of using and extending Bit.
https://github.com/teambit/examples

bit compiler react tester

Last synced: 3 months ago
JSON representation

Examples of using and extending Bit.

Awesome Lists containing this project

README

        

# Examples

Examples of Bit configs and extensions.

- [Implementing a compiler (using Babel. no source maps.)](https://github.com/teambit/examples/tree/master/compilation/examples/extensions/my-compiler-no-sm)
- [Implementing a compiler (using Babel. with source maps.)](https://github.com/teambit/examples/tree/master/compilation/examples/extensions/my-compiler-sm)
- [Using Dev Files' API to set glob pattens for dev files](https://github.com/teambit/examples/tree/master/component/examples/extensions/my-dev-files)