https://github.com/apidcloud/webpack-babel
Webpack Babel Boilerplate
https://github.com/apidcloud/webpack-babel
babel babel-transform-runtime boilerplate javascript-library webpack2
Last synced: 2 months ago
JSON representation
Webpack Babel Boilerplate
- Host: GitHub
- URL: https://github.com/apidcloud/webpack-babel
- Owner: Apidcloud
- Created: 2017-06-02T14:52:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T13:55:59.000Z (over 8 years ago)
- Last Synced: 2025-03-27T12:27:20.600Z (about 1 year ago)
- Topics: babel, babel-transform-runtime, boilerplate, javascript-library, webpack2
- Language: JavaScript
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-babel
Webpack Babel Boilerplate
# Setup
Install dependencies »
`npm install`
Build webpack bundle based on **config/webpack.config.js** »
`npm run build`
Webpack live server at localhost:8080 »
`npm run live-server`
HTTP-server at localhost:8080 »
`npm run start`