Skip to content

brenoxav/webpack-boilerplate

Repository files navigation

Project Name

One paragraph statement about the project.

screenshot

Additional description about the project and its features.

Built With

  • HTML & CSS
  • JavaScript
  • Webpack

Live Demo

Check out a live demo of this app here.

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Setup

  1. Download or clone the repository's contents.
  2. Go to the project's root directory.
cd <project-folder>
  1. Install all the dependencies:
npm install

Install

You can either build a local production version of the project or open it directly on a server in development mode.

Build

  1. To build and open a production version of the app run the command:
npm run build
  1. Then open dist/index.html in you preferred browser.

Start Development Server

  1. To open the app in development mode on dev-server run:
npm start
  1. Then go to http://localhost:8080/ in you preferred browser.

Author

👨‍💻 Breno Xavier

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

A boilerplate for projects using Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published