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: 2 months ago
JSON representation
Demo project with basic npm, babel, ES6 and webpack setup
- Host: GitHub
- URL: https://github.com/koutsoumposval/setup-babel
- Owner: koutsoumposval
- Created: 2017-10-25T11:58:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T11:58:34.000Z (over 8 years ago)
- Last Synced: 2025-03-16T14:13:02.101Z (over 1 year ago)
- Topics: babel, ecmascript6, npm, webpack
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```