marko-webpack icon indicating copy to clipboard operation
marko-webpack copied to clipboard

Sample app that demonstrates using Marko with Webpack

Marko Widgets: UI Components Playground w/ Webpack

Getting Started

git clone https://github.com/marko-js-samples/marko-webpack.git
cd marko-webpack
npm install
npm run start:dev

Production Build

npm run build
npm start