Skip to content

This is a basic Webpack project template for a simple static website, enhanced with GitHub Actions for automated workflows

Notifications You must be signed in to change notification settings

p-foundation/webpack-actions-template

Repository files navigation

Webpack Starter Template

Description

This Webpack starter template is configured and ready for your projects. It includes all the necessary configurations to set up a project quickly with Webpack.

Getting Started

Creating a repository from a template

  1. On GitHub.com, navigate to the main page of the repository.
  2. Above the file list, click Use this template.
  3. Select Create a new repository.
  4. Customize repository settings, including owner, name, description, visibility, and branch inclusion.
  5. Click Create repository from template.

After clicking "Create repository from template," GitHub generates a new repository with the template's contents. You'll be redirected to the new repository's page to customize and start working on your project.

For more information on how to create a repository from a template, refer to the GitHub documentation.

Working Copy

git clone https://github.com/your-username/your-repository.git
cd your-repository

Installing Dependencies

npm install

Running the Development Environment

npm run dev

The application will start at on localhost:8080

Creating a Production Build

npm run build

Creates a dist directory with a production build of your app

Deploying to GitHub Pages

npm run deploy

Deploys the production version code into the gh-pages branch of the GitHub repository

About

This is a basic Webpack project template for a simple static website, enhanced with GitHub Actions for automated workflows

Topics

Resources

Stars

Watchers

Forks