Giter Site home page Giter Site logo

hello-webpack's Introduction

Hello Webpack

This is an example app for learning about how to use webpack

Installation

Fork or clone the repository then

npm install

You should be able to the app working by opening the index.html in your browser (it's pretty lo-fi)

Challenges

  1. Compile the JavaScript using webpack. Verify it works by running the included server.

    • The required node modules should already be installed
    • You will need to change index.html
    • A build script has been added to the scripts section of package.json
    • A webpack.config.js already exists for you to complete
  2. The app looks bad. Improve by adding style.css to it.

    • Webpack can use 'loaders' to process different types of modules
    • Use the css-loader and style-loader
  3. Introduce an error into the app. I would suggest something like this: const nextGreeting = GREETINGS[index + 1000]; Rebuild the app and make a note of the error trace in the console. Provide a better trace by using a sourcemap.

    • You could use either devtool or SourceMapDevToolPlugin
  4. The app only has a production mode so development is pretty clunky. Create a live reloading development mode by using webpack-dev-server

  5. Convert the app to react. You will need to use the babel-loader to transpile the JSX.

hello-webpack's People

Contributors

b-my avatar

Watchers

 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.