Drag & Drop Recipes for the Browser
Webpack + TypeScript
Please send me feedback via Slack: cntech|Stahlstadt.js
Recommended Node.js version: 6.3.x
$ git clone https://github.com/cntech/visualrecipe.git
$ cd visualrecipe
$ npm install
$ npm run develop
Wait a few seconds until you read "webpack: bundle is now VALID."
Then visit http://localhost:8080/recipe to create a new recipe.
Whenever you change a Tag or TypeScript file, the page automatically reloads (thanks to Webpack Dev Server).
Simply run the Webpack Module Bundler:
$ node_modules/.bin/webpack
Copyright (c) 2016 Christian Niederreiter