This project contains the source code of the Buildly UI React component library and a showcase for the different components.
Information on building and publishing the component library is available in the README.md inside the lib/ directory.
To build the showcase project, you first need to install all dependencies/packages with npm install and then simply run npm run build-prod to build the project. The build artifacts will be stored in the showcase/ directory.
Run npm run serve for a dev server. Navigate to http://localhost:5000/. The app will automatically reload if you change any of the source files.