Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaheaa/alpen-landing
https://github.com/vaheaa/alpen-landing
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaheaa/alpen-landing
- Owner: VaheAA
- Created: 2024-05-28T18:02:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T06:25:21.000Z (7 months ago)
- Last Synced: 2024-11-11T03:52:07.292Z (2 months ago)
- Language: HTML
- Homepage: https://alpen-landing.vercel.app
- Size: 5.29 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