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

https://github.com/gabyse1/webpack-template

Webpack setting template to use as a starting point in projects. Build with JavaScript, HTML, CSS, and WebPack.
https://github.com/gabyse1/webpack-template

css html javascript webpack

Last synced: about 2 months ago
JSON representation

Webpack setting template to use as a starting point in projects. Build with JavaScript, HTML, CSS, and WebPack.

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

- Webpack / 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

👤 **Gabriela Sánchez Espirilla**

- GitHub: [@gabyse1](https://github.com/gabyse1)
- Twitter: [@gabyse0](https://twitter.com/gabyse0)
- LinkedIn: [Gabriela](https://www.linkedin.com/in/gabriela-s%C3%A1nchez-espirilla-83011b225/)

## 🤝 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.