Skip to content

guyi0/New_bulider

Repository files navigation

Webpack Boilerplate

A webpack boilerplate that includes the following libs:

  • jQuery
  • bootstrap
  • font-awesome
  • waypoints
  • jquery.scrollto
  • animate.css

in order to quickly build up a production-ready marketing website.

Example Page

DEMO

GIF

Install dependencies

npm install

Developing locally

  1. Run

    npm run dev
    
  2. In your browser, navigate to: http://localhost:8080/

Publish

  1. In webpack.config.js file, replace www.example.com with the real domain name.

  2. Run

    npm run build
    
  3. Copy the following folders/files to web server

    /build, /image, index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published