UIengine sample project with React

June 27, 2018 ยท View on GitHub

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.