/webpack-babel-kit

This is a Starter pack for ES6+ applications using Webpack v4.4 and Babel v7.6

Primary LanguageJavaScript

webpack v5.7 babel 7.6 Stater Template

A starter pack to build JavaScript applications using standards from ES5, ES6 & ESNEXT. 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

2.0.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

Shovon Das

License

This project is licensed under the MIT License