Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejmazz/express-es6
https://github.com/thejmazz/express-es6
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejmazz/express-es6
- Owner: thejmazz
- Created: 2015-10-30T21:44:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T03:46:22.000Z (about 9 years ago)
- Last Synced: 2024-11-07T08:51:35.604Z (2 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-ES6
A framework for Express written with ES6. Uses folder structure for routes.
You will need some global modules:
```bash
$ npm install -g babel-cli nodemon
```You have access to all the ES2015 (ES6) features detailed
[here](http://babeljs.io/docs/learn-es2015/).