This is demo app to showcase how to use Eufemia styles and components.
This setup is using React within GatsbyJS so that the App can be exported as a static HTML file as well. This exported HTML can even get consumed without JavaScript enabled in the Browser.
NB: For a SPA version, using create-reacet-app
, check out this repo
- Make sure You have installed the dependencies
npm install
. - Now You can run
npm start
inside this demo App.