A template repository for using ES6 modules with npm and Webpack.
-
Clone the repository:
git clone https://github.com/zalbright90/es6-webpack-template.git
-
Navigate to the directory:
cd es6-webpack-template
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Start the development server:
npm start
src/
: Source filesdist/
: Compiled fileswebpack.config.js
: Webpack configuration.babelrc
: Babel configurationpackage.json
: npm configuration