https://github.com/trevorlasn/webpack-2.0-from-scratch
Guide on how to setup a Webpack config from scratch.
https://github.com/trevorlasn/webpack-2.0-from-scratch
guide javascript medium react tutorial webpack
Last synced: 9 months ago
JSON representation
Guide on how to setup a Webpack config from scratch.
- Host: GitHub
- URL: https://github.com/trevorlasn/webpack-2.0-from-scratch
- Owner: trevorlasn
- License: mit
- Created: 2017-04-05T16:41:48.000Z (about 9 years ago)
- Default Branch: chapter-5
- Last Pushed: 2017-12-02T15:37:34.000Z (over 8 years ago)
- Last Synced: 2025-08-25T11:19:38.390Z (9 months ago)
- Topics: guide, javascript, medium, react, tutorial, webpack
- Homepage: https://medium.com/@wesharehoodies/easy-guide-for-webpack-2-0-from-scratch-fe508a3ce44e
- Size: 20.8 MB
- Stars: 73
- Watchers: 5
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Chapter 5!
https://medium.com/@wesharehoodies/simple-beginner-guide-for-webpack-2-0-from-scratch-part-v-495dba627718
## How to start
```bash
npm install
```
```
npm run start
```
```
npm run production
```
```
npm run build
```