/uiengine-sample-react

UIengine sample project using React

Primary LanguageJavaScript

UIengine sample project with React

React sample project utilizing the UIengine. Based on Next.js.

See the deployed website and design system documentation here:

Or try it yourself and play with the code …

📦 Setup

Once you have this repo cloned, you can setup the packages:

npm install

🛠 Development

Create a build and rebuild on file change.

npm start

This starts the following servers:

The build process is provided by Next.js. If you want to see the changes in the JSX and CSS files to be reflected in the UIengine, make sure the Next.js server is also running.

In case the styles are missing, open up localhost:3000 in your browser. This will trigger a Next.js build.