All Projects â†’ pagarme â†’ React Scripts Former Kit Dashboard

pagarme / React Scripts Former Kit Dashboard

📊 A custom react-scripts for building highly-customizable dashboards using former-kit components

Programming Languages

javascript
184084 projects - #8 most used programming language

react-scripts-former-kit-dashboard

This package includes scripts and configuration used by Create React App. It's a fork from original react-scripts with template and configuration changes to give you the base for building dashboards very quickly.

FormerKit Dashboard GIF walkthrough

Using this template

To create a new application myapp using this package:

npx create-react-app --scripts-version react-scripts-former-kit-dashboard myapp

npx comes with npm 5.2+ and higher. To install on older versions:

npm install -g create-react-app
create-react-app --scripts-version react-scripts-former-kit-dashboard myapp

Check the bootstrapped project README file for more instructions on how to work on it. If you want to check it before bootstrapping the project, check here.

What's included

The template bootstrapped by this scripts should give you the base for building highly customizable dashboards very quickly using FormerKit as the React UI component library.

It has the following scaffold:

  • Account area
    • Login
    • Signup
    • Forgot Password
  • Logged area
    • Charts example
    • Forms example
    • Table example

We also hand-picked some libraries and tools to build the foundation so that you don't have to. Here are the most important ones:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].