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.
- Host: GitHub
- URL: https://github.com/ramoun-starter/webpack
- Owner: ramoun-starter
- License: mit
- Created: 2021-12-12T02:05:37.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-23T00:11:57.000Z (about 3 years ago)
- Last Synced: 2025-02-22T00:14:16.383Z (over 1 year ago)
- Topics: css, eslint, html, javascript, stylelint, webpack, webpack-template
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://mrramoun.github.io)
# Project Name
> One paragraph statement about the project.

| *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** | [](https://github.com/mrramoun)
**Twitter** | [](https://twitter.com/ramoun16)
**LinkdIn** | [](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.