Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 717 Bytes

Training Javascript - Webpack Configuration

Webpack Configuration:

This repository is to provide a template for developing React based applications using ES6 sintax and webpack 2

Getting Started

Download the files and place them in your proyect directory

Run npm i

Install all the dependencies

npm run dev

Runs the webpack build system with webpack-dev-server (http://localhost:9000)

npm run prod

Same as npm run dev, but build the project

Note

  • If you have any questions or ideas, feel free to reach out to me on Twitter: @yamitrvg12
  • If you like this repo and find it useful, please consider ★ starring it (on top right of the page) :)