@digipolis/start-react

Digipolis starter kit for React

Usage no npm install needed!

<script type="module">
  import digipolisStartReact from 'https://cdn.skypack.dev/@digipolis/start-react';
</script>

README

Digipolis starter kit for React

This starter kit makes it easy for you to create a React-based ACPaaS UI app. It works best as part of the Digipolis NodeJS starter kit, but it's also possible to use it stand-alone.

Basic usage

> npm install -g @digipolis/start-react
> cd your-app
> digipolis-start-react

Advanced

Run the starter kit without questionnaire

> digipolis-start-react --no-setup

Run the help command in order to see all available configuration options:

> digipolis-start-react --help