/my-webpack-starter

Can be used as a webpack starter kit/template

Primary LanguageHTML

🚀 Welcome my-webpack-starter-kit!

This project has been created using webpack-cli.

Setup

  1. Clone the repository to your local machine using git clone https://github.com/your-username/my-webpack-project.git.
  2. Navigate to the project directory using cd my-webpack-project.
  3. Install the dependencies using npm install or yarn install.
  4. Run the development server using npm run dev or yarn dev.
  5. Open your browser and navigate to http://localhost:8080 to view the application.

Build

To build the application for production, run npm run build or yarn build. The bundled files will be located in the dist directory.

Testing

To run the tests, use npm run test or yarn test.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature using git checkout -b feature/your-feature-name.
  3. Make your changes and commit them using git commit -m "Your commit message".
  4. Push your changes to your fork using git push origin feature/your-feature-name.
  5. Create a pull request on the original repository.

Happy coding!