UNPKG

generator-fundamental-react-app

Version:

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

16 lines (9 loc) 516 B
> up and running with Fiori and fundamental-react in < 1 min [Yeoman](https://yeoman.io/) generator for getting up and running with a [SAP Fiori fundamental-react](https://sap.github.io/fundamental-react/) app. Uses [Parcel](https://parceljs.org/) 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: 2. `mkdir the-new-app && cd the-new-app && yo fundamental-react-app && npm start`