diavrank / scaffold-meteor-react

Application built with Meteor, React, Material UI and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold Meteor React

Description

Web app which includes:

  • Authentication
  • Users management
  • Role-Based Access Control (RBAC)

Tech stack: Meteor (Node.js), MongoDB, React, Material UI v5, TypeScript.

Important Note: See usage section.

Supported Platforms

  • macOS 10.12+
  • Linux
  • Windows 10+

System Requirements

Installation

  • Clone the last version of repository here
  • Verify you are on dev branch

Installing dependencies

  • Run the following commands to install the dependencies:
yarn

Running project

  • Run the following command:
meteor

Note: You can configure your Jetbrains IDE to run the project from the IDE execution button.

Usage

Currently, credentials are not needed to login because it is only built the front-end (React, Material UI v5, React View Router, Redux), so, you can navigate between views by doing clicks on certain buttons ( login, forgot password, users, add/edit user, accoount menu options).

About

Application built with Meteor, React, Material UI and MongoDB


Languages

Language:TypeScript 98.8%Language:HTML 1.1%Language:CSS 0.1%