Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/beginning-webpack
This repository goes along with the medium post titled "Beginner's guide to Webpack"
https://github.com/dabit3/beginning-webpack
Last synced: 3 months ago
JSON representation
This repository goes along with the medium post titled "Beginner's guide to Webpack"
- Host: GitHub
- URL: https://github.com/dabit3/beginning-webpack
- Owner: dabit3
- Created: 2015-09-08T13:35:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T05:55:32.000Z (about 7 years ago)
- Last Synced: 2024-04-08T04:01:12.549Z (7 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460
- Size: 132 KB
- Stars: 95
- Watchers: 9
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beginner's Guide to Webpack Repo
> This tutorial uses Babel 6
#### This goes along with the medium post [Beginner's Guide to Webpack](https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460)
##### To get started with this project, do the following:
1. Git clone the project
2. cd into the project
3. run 'npm install' from the terminal
4. install webpack and webpack-dev-server globally:
```
npm install webpack-dev-server -g
npm install webpack -g
```