Skip to content

Webpack template to use as a starting point in projects.

Notifications You must be signed in to change notification settings

fherrerao/webpack_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Webpack template to use as a starting point in projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published