luisPolanco25 / webpack-bundle

This is the webpack repository I use to bundle JavaScript files and other files for usage in a browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack bundle

This is the webpack repository I use to bundle JavaScript files and other files for usage in a browser.

Notes

The node_modules can be installed using:

npm install

To build the distribution folder you have to use:

npm run build

To open up the development server you have to use:

npm start

About

This is the webpack repository I use to bundle JavaScript files and other files for usage in a browser.


Languages

Language:JavaScript 88.7%Language:HTML 7.9%Language:CSS 3.3%