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

https://github.com/ramoun-starter/webpack

A Simple Webpack template for using Webpack with JS ASAP for fans of Vanilla Js. The Comes pre-bundled with multiple html, css, and js linters and their configs.
https://github.com/ramoun-starter/webpack

css eslint html javascript stylelint webpack webpack-template

Last synced: about 1 month ago
JSON representation

A Simple Webpack template for using Webpack with JS ASAP for fans of Vanilla Js. The Comes pre-bundled with multiple html, css, and js linters and their configs.

Awesome Lists containing this project

README

          

[![Ramoun's badge](https://img.shields.io/static/v1?label=BY&message=RAMOUN&color=birghtgreen)](https://mrramoun.github.io)

# Project Name

> One paragraph statement about the project.

![screenshot](images/app_screenshot.png)

| *Additional description about the project and its features.*

## Built With

- Languages: _**HTML, CSS**_
- Frameworks: _**N/A**_
- Technologies used: _**GIT, GITHUB, LINTERS**_

## Live Demo

[Live Demo Link](https://livedemo.com)

## Getting Started

**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**

To get a local copy up and running follow these simple example steps.

### Prerequisites

- [**npm**](https://nodejs.org) (**n**ode **p**ackage **m**anager) - to be able to install packages locally.
- **A github Account** - to be able to use github actions.

### Setup

- **Open** the terminal.
- **Run** `cd \path\to\where\you\want\your\local\copy`
- **Clone** the repo
1. **Run** `git clone git@github.com:MrRamoun/README.git`
2. **Run** `cd README/`

### Install

- `yarn`

### Usage

### Run tests

- run **Webhint** linter
- **Run** `npx hint .` on the root of your directory of your project.
- run **Stylelint** linter
- **Run** `npx stylelint "**/*.{css,scss}"` on the root of your directory of your project.
- run **ESLint** linter
- **Run** `npx eslint .` on the root of your directory of your project.
- run **gulp**
- **Run** `gulp ` on the root of your directory of your project.

### Deployment

## Authors

👤 **Ramoun**

Platform | Badge |
--- | --- |
**GitHub** | [![@mrramoun](https://img.shields.io/github/followers/MrRamoun?label=Ramoun&style=social)](https://github.com/mrramoun)
**Twitter** | [![@ramoun16](https://img.shields.io/twitter/follow/ramoun16?label=ramoun16&style=social)](https://twitter.com/ramoun16)
**LinkdIn** | [![Linkedin Badge](https://img.shields.io/badge/-Ramoun-blue?style=social&logo=Linkedin&logoColor=blue&link=https://www.linkedin.com/in/ramoun)](https://www.linkedin.com/in/ramoun/)

👤 **Author2**

- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/linkedinhandle)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MrRamoun/WEBDEV/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](/LICENSE) licensed.