Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fherrerao/webpack_template
Webpack template to use as a starting point in projects.
https://github.com/fherrerao/webpack_template
Last synced: 17 days ago
JSON representation
Webpack template to use as a starting point in projects.
- Host: GitHub
- URL: https://github.com/fherrerao/webpack_template
- Owner: fherrerao
- Created: 2022-01-23T21:39:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T22:15:49.000Z (about 3 years ago)
- Last Synced: 2024-12-18T17:11:44.094Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 499 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack setting template
Webpack template to use as a starting point in web projects.
## Features
The template is made up of:
- A _index.html_ file has only the basic markup.
- A _style.css_ file with only background color.
- A _index.js_ file that imports _lodash_ module (optional) and _style.css_. _index.js_ displays a message as an example (Remove this code snippet).
- A _package.json_ file that list all needed devDependencies.
- A _webpack.config.js_ file with basic settings that will be used to generate the web project's production files inside of _dist_ folder.## Built With
- HTML / CSS / Javascript
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- None
### Install
- Install git on your local computer.
- Clone this repository to your local computer. Choose the location you prefer.
- Run the command _npm install_ to install all project's dependencies.### Deployment
- Run the command line _npm run start_.
- The basic template will automatically open the _index.html_ file in a browser.
- Start adding code to your project. Cheers and Happy coding!!!## Authors
👤 **Fernando Herrera**
- GitHub: [@fherrerao](https://github.com/fherrerao)
- Twitter: [@fherrera0206](https://twitter.com/fherrera0206)
- LinkedIn: [Fernando](https://www.linkedin.com/in/fernando-herrera-25a6361b2/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Guide: [Webpack](https://webpack.js.org/guides/getting-started/#basic-setup)
## 📝 License
This project is [MIT](./MIT.md) licensed.