Skip to content

Black-Pearl-199/it-reactjs-ui-components

Repository files navigation

Intro

This project was built up for encapsulate Base Frontend Template for a ReactJS PWA

Core dependencies

  • react
  • react-dom
  • react-admin
  • react-bootstrap
  • react-redux
  • react-final-form

Included

  • Redux store creator
  • Side effects configuration
  • Base UI Component: Button, Input, Datagrid, ProgressBar

Available Scripts

In the project directory, you can run:

yarn css

Build Css bundle from scss styles using node-sass and post-css

yarn webpack

Build JS bundle using webpack Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the JS and Css bundle for production to the dist folder.

The build is minified.
Your package is ready to be deployed!

yarn example

Run an example app using this package to review UI and effects

yarn lint yarn lint:fix

Linting your code and fix using eslint