Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buihdk/react-rbac-tutorial

A React RBAC feature implemented based on this article: https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ with added functionalities and customizations
https://github.com/buihdk/react-rbac-tutorial

auth0 rbac react-router

Last synced: 23 days ago
JSON representation

A React RBAC feature implemented based on this article: https://auth0.com/blog/role-based-access-control-rbac-and-react-apps/ with added functionalities and customizations

Awesome Lists containing this project

README

        

# React RBAC Demo

This project was bootstrapped with *ejected* [Create React App](https://github.com/buihdk/ejected-create-react-app).

## Core Dependencies
Authentication - [Auth0](https://storybook.js.org/)

Router - [React Router](https://reactrouter.com/)

UI Library - [Bootstrap](https://getbootstrap.com/)

## Install

To start, install the project dependencies by running the command from your terminal:

```
yarn install
```

## Available Scripts

In the project root directory, run this command:

```
yarn dev
```

> Runs the app in the development mode.

> Open [http://localhost:3000](http://localhost:3000) to view it in the browser.