Quick start

Make sure you have Node and NPM installed

# install the dependencies with npm
npm install

# start the development server
npm start

# build a production version
npm run build

# start a http server for the builded production distribution
npm run build:start