Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelcastillo/bit-sandbox
Sandbox for testing bit-imports
https://github.com/miguelcastillo/bit-sandbox
Last synced: 9 days ago
JSON representation
Sandbox for testing bit-imports
- Host: GitHub
- URL: https://github.com/miguelcastillo/bit-sandbox
- Owner: MiguelCastillo
- License: mit
- Created: 2015-01-06T17:33:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T06:22:45.000Z (over 9 years ago)
- Last Synced: 2024-10-19T19:18:18.439Z (18 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bit-sandbox
=================> Sandbox for testing [bit-imports](https://github.com/MiguelCastillo/bit-imports)
You can use this to author and test plugins, to play around with bit-imports and [babel](https://babeljs.io/) in the browser. Or just play around with different bit imports options and features.
The setup is a collection of small unit test using `CJS`, `AMD`, and `ES2015` modules and features, which are executed with [mochajs](http://mochajs.org/). These unit tests use [chaijs](http://chaijs.com/) for handling assertions. Using [mochajs](http://mochajs.org/) as the executing platform also illustrates how you can get your unit tests up and running using `ES2015` features, right in the browser via [babel](https://babeljs.io/)
### Getting started
1. Clone this project.
2. Run `npm install`
3. Run `grunt serve`Open up your dev tools to see what the code looks like in the browser with source maps.
> If you are using Chrome, you can take a peek in `(no domain)` in the Sources tab to see the raw source without source maps applied.