Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/somedudenamedanthony/webpack-templates

A grouping of diffent templates for Webpack to create your next web project.
https://github.com/somedudenamedanthony/webpack-templates

babel babel-loader babel7 babeljs jslib jslibrary library template webapp webpack webpack5

Last synced: about 2 months ago
JSON representation

A grouping of diffent templates for Webpack to create your next web project.

Awesome Lists containing this project

README

        

# Webpack Templates

A grouping of diffent templates for Webpack to create your next web project.
From creating web applications, video games, and even libraries. All in one repository.

## Javascript (Web Application)

Create a JavaScript application with ease using this template.
Everything from asset packing to code obfuscation. It's all done here!

### Getting Started

Simply clone the repository using any of the methods shown below:

HTTPS:

```sh
git clone https://github.com/SomeDudeNamedAnthony/Webpack-Templates.git --branch JS-App --recursive
```

SSH: *(Recommended)*

```sh
git clone [email protected]:SomeDudeNamedAnthony/Webpack-Templates.git --branch JS-App --recursive
```

Github CLI:

```sh
gh repo clone SomeDudeNamedAnthony/Webpack-Templates --branch JS-App --recursive
```

**Now you're ready to go, good luck!**

### Technologies

*Each technolgy has a link to their [*npmjs*](https://www.npmjs.com) package.*
*Except if said technolgy has a website\**

* [Webpack](https://webpack.js.org) [*npmjs*](https://www.npmjs.com/package/webpack)
* [Babel](https://babeljs.io) [*npmjs*](https://www.npmjs.com/package/Babel)
* [babel-loader](https://www.npmjs.com/package/babel-loader)
* [copy-webpack-plugin](https://www.npmjs.com/package/copy-webpack-plugin)
* [eslint](https://eslint.org) [*npmjs*](https://www.npmjs.com/package/eslint)
* [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin)
* [Prettier](https://prettier.io) [*npmjs*](https://www.npmjs.com/package/prettier)
* [serve](https://www.npmjs.com/package/serve)
* [Stylelint](https://stylelint.io) [*npmjs*](https://www.npmjs.com/package/stylelint)
* [stylelint-config-standard](https://www.npmjs.com/package/stylelint-config-standard)
* [webpack-merge](https://www.npmjs.com/package/webpack-merge)
* [webpack-obfuscator](https://www.npmjs.com/package/webpack-obfuscator)