Personal webpage for itflows.nl
You need node.js and yarn pre-installed and you’re good to go.
Install dependencies
$ yarn install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ yarn run dev
Build the current application
$ yarn run build