/buildly-ui-react-library

UI component library built with React

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Buildly UI React Library

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.

Building the showcase

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.

Development server

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.