mcwebb / react-console-skeleton

Basic React skeleton for creating an admin console SPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic React skeleton for creating an admin console SPA


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:CSS 0.1%Language:Shell 0.1%