Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaheaa/webpack-setup
Webpack Starter build for the web development
https://github.com/vaheaa/webpack-setup
css front-end html scss webpack
Last synced: 1 day ago
JSON representation
Webpack Starter build for the web development
- Host: GitHub
- URL: https://github.com/vaheaa/webpack-setup
- Owner: VaheAA
- Created: 2023-01-24T19:18:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T13:41:05.000Z (4 days ago)
- Last Synced: 2025-01-06T14:42:07.658Z (4 days ago)
- Topics: css, front-end, html, scss, webpack
- Language: SCSS
- Homepage:
- Size: 4.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack starter
This is webpack starter enviroment for the web development.
Setup includes:
- JavaScript ES Modules
- SCSS
- Images and fonts loadersTo use this setup
Clone master branch: git clone https://github.com/VaheAA/webpack-setup.git
Run npm install
Run dev server: npm start
Dev build: npm run build:dev
Production build: npm run build:prod