Skip to content

yourivdlans/itflows

Repository files navigation

Itflows

Personal webpage for itflows.nl

Requirements

You need node.js and yarn pre-installed and you’re good to go.

Setup

Install dependencies

$ yarn install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ yarn run dev

Deployment

Build the current application

$ yarn run build