👉 Live Demo 🤘 CodeSandbox
This is demo app to showcase how to use Eufemia styles and components.
This setup is using React within create-react-app.
- Make sure You have installed the dependencies
npm install
. - Now You can run
npm start
inside this demo App.
By using the react-app-polyfill
it is possible to run this app in development mode.
import 'react-app-polyfill/ie11'
import 'react-app-polyfill/stable'
To test this app properly in IE11, run these steps:
- Make a production build
npm run build
- And watch this build
npx live-server build