Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/es6-workshop-setup
Minimal babel + webpack setup for ES6 workshop
https://github.com/umayr/es6-workshop-setup
Last synced: 9 days ago
JSON representation
Minimal babel + webpack setup for ES6 workshop
- Host: GitHub
- URL: https://github.com/umayr/es6-workshop-setup
- Owner: umayr
- License: mit
- Created: 2016-07-28T07:14:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T07:20:13.000Z (over 8 years ago)
- Last Synced: 2024-11-07T03:48:25.463Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# es6-workshop-setup
> Minimal babel + webpack setup for ES6 workshop## Setup
```
$ git clone https://github.com/umayr/es6-workshop-setup.git
$ cd es6-workshop-setup
$ npm install
$ npm start
```Open `localhost:8080` in browser.