# UFP Minimal Null Example

this repository contains an example for the most basic usage of UFP-Core

# Setup

install npm project using the prepared install command 

    npm run ufp-install
 
or by executing the following commands in order on a clean project

    npm install 
    node node_modules/ufp-core/ext/Install  
    
execute dev server

    npm run ufp-start
    
execute production release

    npm run ufp-compile

# Add UFP Core Dependency

in this project folder and with checked out src_modules/ufp-root (which is dev-ufp-core package) 

    npm install ../../src_modules/ufp-root/ufp-core



[CHANGELOG](CHANGELOG.md)

