All Projects → bradtraversy → Babel_webpack_starter

bradtraversy / Babel_webpack_starter

Starter pack for ES6+ applications using Webpack and Babel

Programming Languages

javascript
184084 projects - #8 most used programming language

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

$ npm install

Serve

To serve in the browser - Runs webpack-dev-server

$ npm start

Build

Compile and build

$ npm run build

More Info

Author

Brad Traversy Traversy Media

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].