Tekhlay / webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack

This is a demo on how to set up a project with webpack. Webpack is a static module bundler for modern JavaScript applications. It's intelligent bundler to build all app dependencies based on your file imports.

Built With

  • Languages: HTML, CSS and JavaScript
  • Module Bundler: Webpack
  • Webpack Plugin: HtmlWebpackPlugin
  • Webpack Loaders: style-loader and css-loader
  • Code Editor: VS Code

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • A web browser like Google Chrome or Firefox.
  • A code editor like Visual Studio Code with Git and Node.js.

Setup

Clone the repository using the GitHub link provided below.

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/Tekhlay/webpack.git

Usage

Possible to modify the files as much as you needed.

Run tests

To run webpack, run the npm script by this command:

$ npm run build

To start webpack-dev-server, use this:

$ npm start

Authors

👤 Tekhlay

🤝 Contributing

Any feedback, issues and Contributions are highly welcomed!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About


Languages

Language:JavaScript 76.4%Language:HTML 20.3%Language:CSS 3.3%