Skip to content

huberv/generator-fundamental-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

up and running with Fiori and fundamental-react in < 1 min

Yeoman generator for getting up and running with a SAP Fiori fundamental-react app.

Uses Parcel as bundler.

How to use it

Install Yeoman and the generator globally:

  1. npm install -g yo generator-fundamental-react-app

Create a new app using the generator:

  1. mkdir the-new-app && cd the-new-app && yo fundamental-react-app && npm start