A super simple starter app if you want to play with MarkoJS with webpack. You can also publish your poject immediately to Heroku.
$ git clone https://github.com/francosioquim/markojs-webpack-starter.git
$ cd </path/to/markojs-webpack-starter/cloned/folder>
$ yarn install
Starts a development server at http://localhost:8080
$ npm start-dev
Builds a production release and copy files in dist/
folder
$ npm run build
Distributed under MIT License