Skip to content

A template repo for future projects using webpack and modules.

License

Notifications You must be signed in to change notification settings

zalbright90/es6-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Webpack Template

A template repository for using ES6 modules with npm and Webpack.

Getting Started

  1. Clone the repository:

    git clone https://github.com/zalbright90/es6-webpack-template.git
  2. Navigate to the directory:

    cd es6-webpack-template
  3. Install dependencies:

    npm install
  4. Build the project:

    npm run build
  5. Start the development server:

    npm start

Project Structure

  • src/: Source files
  • dist/: Compiled files
  • webpack.config.js: Webpack configuration
  • .babelrc: Babel configuration
  • package.json: npm configuration

About

A template repo for future projects using webpack and modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published