https://github.com/serbanghita/webpack-sass-fonts-images
POC of bundling CSS, Fonts and Images
https://github.com/serbanghita/webpack-sass-fonts-images
Last synced: 6 days ago
JSON representation
POC of bundling CSS, Fonts and Images
- Host: GitHub
- URL: https://github.com/serbanghita/webpack-sass-fonts-images
- Owner: serbanghita
- Created: 2019-12-12T09:42:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T15:32:19.000Z (8 months ago)
- Last Synced: 2025-02-12T16:34:02.092Z (8 months ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC (Webpack with SASS with CSS containing remote fonts)
## Goals
* load and copy fonts from 3rd party package (bootstrap).
* use SASS to generate the CSS files.
* import HTML templates that contain images.
* bundle the JavaScript code and transpile it.## Install & Run
* `npm install`
* `npm run build` (static build)
* `npm run dev` (run local HTTP dev server)