Home

Awesome

React Material Kit

Start your Development with an Innovative Admin Template for Material-UI and React. Material Kit 2 React is built with over 40 frontend individual elements, like buttons, inputs, navbars, alerts or cards, giving you the freedom of choosing and combining. The product comes with a simple JWT authentication flow: login/register/logout.

<br />

🚀 Built with React App Generator

<br />

React Material Kit - Open-Source Fullstack starter crafted by Creative-Tim and AppSeed.

<br />

Tests

Compatibility matrix using Ubuntu 18.04 LTS as reference.

NodeJSNPMYARN
v14.0.0
v15.0.0
v16.15.0
<br />

✨ How to use it

To use the product Node JS (>= 14.x) is required and GIT to clone/download the project from the public repository.

👉 Step #1 - Clone the project

$ git clone https://github.com/app-generator/react-material-kit.git
$ cd react-material-kit
<br >

👉 Step #2 - Install dependencies via NPM or yarn

$ npm i
// OR
$ yarn
<br />

👉 Step 3 - Edit the .env using the template .env.sample.


REACT_APP_BACKEND_SERVER='http://localhost:5000/api/'

<br />

👉 Step #4 - Start in development mode

$ npm run start 
// OR
$ yarn start
<br />

✨ Configure the backend server

The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.

👉 API Server URL - src/config/constant.js

const config = {
    ...
    API_SERVER: 'http://localhost:5000/api/'  // <-- The magic line
};
<br />

👉 API Server Descriptor - POSTMAN Collection

The API Server signature is provided by the Unified API Definition

<br />

✨ Node JS API Server

The product is also open-source and is already configured to work with Berry Dashboard Template - product features:

Links

<br />

Node JS API - Open-source API server built on top of Express Nodejs Framework.

<br />

Compile the API Server

👉 Step #1 - Clone the project

$ git clone https://github.com/app-generator/api-server-nodejs.git
$ cd api-server-nodejs

👉 Step #2 - Install dependencies via NPM or Yarn

$ npm i
// OR
$ yarn

👉 Step #3 - Run the SQLite migration via TypeORM

$ yarn typeorm migration:run

👉 Step #4 - Start the API server (development mode)

$ npm dev
// OR
$ yarn dev

The API server will start using the PORT specified in .env file (default 5000).

<br />

React Material Kit PRO

For more components, pages and priority on support, feel free to take a look at this amazing starter:

Material Kit React PRO is built with over 100 frontend individual elements, like buttons, inputs, navbars, alerts or cards, giving you the freedom of choosing and combining. The product comes with a simple JWT authentication flow: login/register/logout.

<br >

React Material Kit PRO - Premium Fullstack starter crafted by Creative-Tim and AppSeed.

<br />

React Material Kit - Provided by AppSeed.