Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaheaa/alpen-landing


https://github.com/vaheaa/alpen-landing

Last synced: 1 day ago
JSON representation

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 loaders

To 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