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
- Host: GitHub
- URL: https://github.com/orangecms/node-modules-demo
- Owner: orangecms
- License: mit
- Created: 2017-06-26T10:11:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T10:17:34.000Z (almost 9 years ago)
- Last Synced: 2025-03-18T03:19:07.562Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```