Giter Club home page Giter Club logo

webpack4-html-static's Introduction

Webpack 4 Static HTML webpack boilerplate

Start DEV environment

npm run start

Build Production Version

npm run build

Deploy Staging Build to S3

npm run deploy-staging

Deploy Production Build to S3

npm run deploy-production

Project Structure

src - Where the working files are

build - Contains production & deployment build assets, gets cleaned up on every build/deploy command do not edit the files here

Webpack config structure

webpack.common.js - Contains all core essential configurations that are needed in both dev and prod environments

webpack.dev.js - Merges with webpack.common.js, contains dev environment configuration

webpack.prod.js - Merges with webpack.common.js, contains production environment configuration

webpack.deploy.js - Merges with webpack.prod.js, contains only deployment(both staging & production) configuration

webpack4-html-static's People

Contributors

dependabot[bot] avatar wklsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.