generator-fundamental-react-app
v0.0.4
Published
Yeoman generator for a web app with fundamental-react and parcel
Downloads
6
Maintainers
Readme
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:
npm install -g yo generator-fundamental-react-app
Create a new app using the generator:
mkdir the-new-app && cd the-new-app && yo fundamental-react-app && npm start