Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhdez221993/webpack-boilerplate
This is a templet that contains a boilerplate made of webpack & jest.
https://github.com/mhdez221993/webpack-boilerplate
Last synced: about 1 month ago
JSON representation
This is a templet that contains a boilerplate made of webpack & jest.
- Host: GitHub
- URL: https://github.com/mhdez221993/webpack-boilerplate
- Owner: Mhdez221993
- Created: 2021-07-30T13:09:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T13:56:37.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:34:39.097Z (about 2 months ago)
- Language: HTML
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack-boilerplate
You can user this this boilerplate as a templet## Built With
- JavaScript
- Webpack
- jest## Getting Started
To get a local copy up and running follow these simple example steps.
Go to `https://github.com/Mhdez221993/webpack-boilerplate`
1. Click on the code and copy the HTML code.
2. Use terminal to clone this repository on your local machine.
3. Rungit checkout -b your-branch-name
. Make your contributions.
4. Push your branch up to your forked repository.
5. `npm install`.
5. `npm run build`.
5. `npm run start`.## To run linters
1. `npx eslint .`
2. `npx stylelint "**/*.{css,scss}"`
- for auto fix
3. `npx eslint . --fix`
4. `npx stylelint "**/*.{css,scss}" --fix`## To run jest test
1. `npm run test` or
2. `npm run jest` to watch all file in real time## Authors
👤 **Moises Hernandez Coronado**
- GitHub: [@Mhdez221993](https://github.com/Mhdez221993)
- Twitter: [@MoisesH42060050](https://twitter.com/MoisesH42060050)
- LinkedIn: [Moises Hernandez Coronado](https://www.linkedin.com/in/moises-hernandez-9bbb17145/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Mhdez221993/webpack-boilerplate/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- To my Stand Up Team and coding partners who kept my morale up!