/react-console-skeleton

Basic React skeleton for creating an admin console SPA

Primary LanguageJavaScript

React Console Skeleton

This repository provides a skeleton for your next CRUD console/dashboard based on React. It provides a simple standardized way to organize your pages so that you can focus on adding the actual functionality.

It is built on top of the excelent Grommet UI framework, which provides all the important user interface React components which are easilly skinnable.

Using the skeleton

  1. Download the zip of the repository
  2. Unzip
  3. Ensure you have yarn installed
  4. yarn install
  5. yarn start