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.
- Host: GitHub
- URL: https://github.com/codesandtags/example-webpack
- Owner: codesandtags
- Created: 2017-01-20T20:42:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T02:33:58.000Z (over 9 years ago)
- Last Synced: 2026-01-01T02:35:59.487Z (6 months ago)
- Language: JavaScript
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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