An open API service indexing awesome lists of open source software.

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...

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