Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 340 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 340 Bytes

Melange template with Webpack

Simple Melange starter project using Webpack. Melange itself is built with esy, but Webpack is installed and launched with npm.

Usage

Install dependencies

npm run deps

Run a development server

npm run serve

Generate a production build

npm run build