Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koutsoumposval/setup-babel

Demo project with basic npm, babel, ES6 and webpack setup
https://github.com/koutsoumposval/setup-babel

babel ecmascript6 npm webpack

Last synced: 6 days ago
JSON representation

Demo project with basic npm, babel, ES6 and webpack setup

Awesome Lists containing this project

README

        

Npm + Babel + EcmaScript 6 + Webpack
=============================
Demo project with basic `npm`, `babel`, `ES6` and `webpack` setup

Launch
---------
```
npm start
# http://127.0.0.1:9999
```

Install
---------
```
npm install
```

Webpack run
---------
```
npm run webpack
```