Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/gulp-babel-webpack
Testing gulp task to use ES6/ES2015 with babel and webpack
https://github.com/sanusart/gulp-babel-webpack
Last synced: 23 days ago
JSON representation
Testing gulp task to use ES6/ES2015 with babel and webpack
- Host: GitHub
- URL: https://github.com/sanusart/gulp-babel-webpack
- Owner: sanusart
- License: mit
- Created: 2016-01-24T21:03:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T21:14:33.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T06:27:26.880Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp task with babel and webpack test
### Set-up
`$ git clone https://github.com/sanusart/gulp-babel-webpack`
and
`$ npm install`
### Running
`$ npm start` - will run the gulp task and watch for changes in `./src` directory and serve the contents of `./build` directory
### Structure
```
.
├── README
├── build <- built files goes here
├── gulpfile.js
├── node_modules <- node modules
├── package.json
├── src <- source directory of the app
│ ├── index.js <- main entry point file
│ └── lib
│ ├── Hello.js
│ └── Person.js
└── webpack.config.js
```### License
MIT