GithubHelp home page GithubHelp logo

ale30p / learn-webpack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from delacruz-dev/learn-webpack

0.0 2.0 0.0 55 KB

A repository with examples and exercises to learn webpack for newbies

HTML 2.71% JavaScript 91.78% CSS 5.51%

learn-webpack's Introduction

Code Climate

Learn Webpack

Webpack helps you managing dependencies in your project, and also offers a friendly and fast development environment, simplifying a lot of common tasks behind a simple configuration file.

It also allows you to bundle your modules into static assets for browsers. Its killer feature is the known as hot module replacement, which lets your live code in the browser update automatically as you change files in your preferred editor without a page reload.

Unfortunately, webpack doc pages are not friendly enough for beginners like me. That's why I decided to create this repository: to help people to learn webpack with a collection of exercises and examples.

How to use this repository

First of all, clone or fork this repository. If you are not used with npm or git, This is what you basically need to do:

git clone [email protected]:danderu/learn-webpack.git
cd learn-webpack
cd some_example_directory
npm install

If you need more information about forking a repository, follow this guide.

Repository index

Navigate into the example folders to find out the different webpack configuration examples to help you get started with this module bundler. You will learn about the different configuration possibilities, from the simplest one to the most advanced configuration for deploying into production your bundles.

How to collaborate

Please feel free to propose new examples or ask for help with any configuration you are trying to learn.

License

MIT

learn-webpack's People

Contributors

arty-name avatar nucliweb avatar danielguillan avatar

Watchers

James Cloos avatar Alejandro Pereyra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.