/marko-webpack-template

Marko template to be used for MPA

Primary LanguageJavaScript

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