generator-fundamental-react-app

Yeoman generator for a web app with fundamental-react and parcel

Usage no npm install needed!

<script type="module">
  import generatorFundamentalReactApp from 'https://cdn.skypack.dev/generator-fundamental-react-app';
</script>

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:

  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