WebFlow Export + ES6 built with parcel.
yarn install
yarn start
Install:
npm install --global import-webflow-export
Run:
import-webflow webflow-export.zip
More info here: https://github.com/OpenUpSA/import-webflow-export
The frontend passes its hostname to the backend to supply relevant by default. In development, you probably want to provide an alternative hostname.
Provide the hostname with the querystring variable hostname
e.g. visit http://localhost:1234/?hostname=somemunicipality.gov.za
The frontend connects to the production backend by default. In development you might want to connect to an alternative backend.
Provide a custom backend URL using promptapi
in the querystring
e.g. visit http://localhost:1234/?promptapi
Ensure the backend has configuration for the frontend hostnames.
yarn
yarn build # compile the relevant bundles for production