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

https://github.com/orangecms/node-modules-demo

Demo about the usage of ES6 modules
https://github.com/orangecms/node-modules-demo

Last synced: 5 months ago
JSON representation

Demo about the usage of ES6 modules

Awesome Lists containing this project

README

          

# About
This is a small demo to showcase the usge and properties of ES6 modules.

Also see
[this chapter](http://exploringjs.com/es6/ch_modules.html#sec_importing-exporting-details)
from Axel Rauschmeyer's
[awesome book on ES6](https://leanpub.com/exploring-es6/).

# tl;dr

## Install
```
npm install
```

## Run the test suite
```
npm test
```