# babel_webpack_starter **Repository Path**: mirrors_DanFessler/babel_webpack_starter ## Basic Information - **Project Name**: babel_webpack_starter - **Description**: Starter pack for ES6+ applications using Webpack and Babel - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Babel Webpack Starter A starter pack to build JavaScript applications using standards from ES2015, ES2016 & ES2017. It uses webpack, Babel and webpack-dev-server to compile and serve. It is fully compatible with Async/Await as it uses the Babel polyfill. ### Version 1.1.0 ## Usage ### Installation Install the dependencies ```sh $ npm install ``` ### Serve To serve in the browser - Runs webpack-dev-server ```sh $ npm start ``` ### Build Compile and build ```sh $ npm run build ``` ## More Info ### Author Brad Traversy [Traversy Media](http://www.traversymedia.com) ### License This project is licensed under the MIT License