Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 286 Bytes

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