1.0.2 • Published 3 years ago

@shimple-solutions/mm-ui-kit v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Manamakan UI-Kit

This project has two parts:

  • Manamakan Component Library
  • A Playground React App (Named Documentation)

Available Scripts

In the project directory, you can run:

yarn bundle

This command launches the rollup bundling process. Rollup goes through all the folders and files and bundles them to the dist folder in the root directory. The process watches the folders for any changes to the file in which case - the bundling process will be triggered again.

rollup github page

yarn start

This command launches the documentation app where you can test out the components built in the component library.

Project Structure

The components are in src/components. In src/index.js, the components are exported.

The Documentation app is an app created with create-react-app. This is where you can test the components created. This app imports the library created with rollup.

rollup.config.js

This file contains the configuration for the bundling process.