An open API service indexing awesome lists of open source software.

https://github.com/codesandtags/example-webpack

Basic example which uses webpack to create the bundle of files in the project.
https://github.com/codesandtags/example-webpack

Last synced: 2 months ago
JSON representation

Basic example which uses webpack to create the bundle of files in the project.

Awesome Lists containing this project

README

          

# Example Webpack

> Basic example which uses webpack to create the bundle of files in the project.

## Goal

Create a bundle with webpack instead of use task runners as Gulp or Grunt.

### Features

| Feature | Summary |
|----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Webpack | [Webpack](https://webpack.github.io/) webpack is a module bundler This means webpack takes modules with dependencies and emits static assets representing those modules. |

## Installation

1. **Clone** or **Download** the git project.

2. [Use npm](https://docs.npmjs.com/cli/install) to install all dependencies in the _package.json_.
```sh
npm install
```

3. Once you finish to install the dependencies you can start the project using.

## Usage

#### Run development tasks:

- Start the server in development mode
```
npm start
```

## Licence
**
Apache 2.0