https://github.com/pierrenel/babel_browserify
ES6 + Stage 0 + Babel + Browserify
https://github.com/pierrenel/babel_browserify
Last synced: 3 months ago
JSON representation
ES6 + Stage 0 + Babel + Browserify
- Host: GitHub
- URL: https://github.com/pierrenel/babel_browserify
- Owner: pierrenel
- Created: 2016-07-05T18:53:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T13:24:03.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T15:50:01.446Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 with Babel 6+
Get started with Javascript ES6 with this example, including "import" syntax.## Run
* download repo
* go to the project's root directory
* install
```
npm install
```
* run
```
npm start
```
* if you want to quit, just press CTRL+C