https://github.com/gjhuerte/webpack-simple-template
Simple template for making a webpack enabled app from tutorials...
https://github.com/gjhuerte/webpack-simple-template
webpack
Last synced: 2 months ago
JSON representation
Simple template for making a webpack enabled app from tutorials...
- Host: GitHub
- URL: https://github.com/gjhuerte/webpack-simple-template
- Owner: gjhuerte
- Created: 2019-04-29T04:31:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T04:16:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T14:55:34.308Z (over 1 year ago)
- Topics: webpack
- Language: JavaScript
- Homepage: https://youtu.be/TzdEpgONurw
- Size: 606 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Webpack Template
> Simple webpack template created from https://youtu.be/TzdEpgONurw
----
**Disclaimer**
I do not own the video URL above or profit from it. The person who must be credited for the currrent source code comes from the youtube link above.
## Installation
For all the operating system with npm installed, please run the following:
```sh
npm install
```
## Release History
* 0.0.1
* Initial setup of the source code
## Meta
Gabriel Jay Huerte – [@gjhuerte](https://twitter.com/gjhuerte) – gjhuerte@gmail.com
Distributed under the GPLv2 license. See ``LICENSE`` for more information.
[https://github.com/gjhuerte](https://github.com/gjhuerte/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request