https://github.com/maciejkorsan/wtf-webpack-starter
Simple webpack configuration for static websites with github pages support
https://github.com/maciejkorsan/wtf-webpack-starter
cotenfrontend static-website webpack-boilerplate webpack-configuration webpack4
Last synced: about 1 year ago
JSON representation
Simple webpack configuration for static websites with github pages support
- Host: GitHub
- URL: https://github.com/maciejkorsan/wtf-webpack-starter
- Owner: maciejkorsan
- Created: 2020-05-29T18:54:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:23:32.000Z (over 3 years ago)
- Last Synced: 2023-03-02T06:41:30.194Z (over 3 years ago)
- Topics: cotenfrontend, static-website, webpack-boilerplate, webpack-configuration, webpack4
- Language: JavaScript
- Size: 7.74 MB
- Stars: 41
- Watchers: 11
- Forks: 9
- Open Issues: 23
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# WTF Webpack Starter Kit
Simple toolkit for your static websites development.
## How to use it?
Click on `Use this template` button to generate a new repository based on this starter kit. After that clone it to your computer, go to the project directory in console and type `npm install`.
## Available scripts
`npm run start` - runs development mode
`npm run build` - runs build process for production
`npm run publish` - runs build process and publish the page using `gh-pages` branch