All Projects → app-generator → react-material-kit

app-generator / react-material-kit

Licence: other
React Material Kit - Built with Automation Tools | AppSeed App Generator

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-material-kit

sails-jwt-login
How to implement login with JWT (JSON Web Tokens) in Sails 1.0
Stars: ✭ 18 (+5.88%)
Mutual labels:  jwt-auth
tailwind-css-components
Tailwind CSS Components - Free and Open-Source Tailwind Components | AppSeed
Stars: ✭ 56 (+229.41%)
Mutual labels:  appseed
fullstack-flask-react-material-design
Flask React - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 27 (+58.82%)
Mutual labels:  appseed
surfer
The Blog built on pure Rust stack. Backend for graphql services, and frontend for web application.
Stars: ✭ 35 (+105.88%)
Mutual labels:  jwt-auth
html-parser
Html Parser - Html to Pug, Jinja2, Blade Converter | AppSeed
Stars: ✭ 40 (+135.29%)
Mutual labels:  appseed
black-dashboard-django
Black Dashboard - Open-source Django Template | Creative-Tim
Stars: ✭ 61 (+258.82%)
Mutual labels:  appseed
laravel-react-purity-dashboard
React Laravel - Purity Dashboard (Open-Source) | AppSeed
Stars: ✭ 30 (+76.47%)
Mutual labels:  appseed
material-kit-react
React Material Kit - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (+5.88%)
Mutual labels:  appseed
django-soft-ui-design
Soft UI Design System - Django Starter | AppSeed
Stars: ✭ 58 (+241.18%)
Mutual labels:  appseed
flask-dashboard-modular-admin
Flask Dashboard - Modular Admin Design | AppSeed
Stars: ✭ 53 (+211.76%)
Mutual labels:  appseed
API-Authentication-NodeJs
API Authentication using JWT's (JSON Web Tokens). Plug n Play inside any app which requires authentication. NodeJs Express MongoDB & Redis.
Stars: ✭ 162 (+852.94%)
Mutual labels:  jwt-auth
django-material-kit
Django Boilerplate - Material Kit Design | AppSeed
Stars: ✭ 36 (+111.76%)
Mutual labels:  appseed
flask-atlantis-dark
Atlantis Lite - Flask (Dark Version) | AppSeed
Stars: ✭ 116 (+582.35%)
Mutual labels:  appseed
material-dashboard-django
Material Dashboard - Django Template | Creative-Tim
Stars: ✭ 52 (+205.88%)
Mutual labels:  appseed
jwt-auth
JSON Web Token Authentication for Thinkphp
Stars: ✭ 113 (+564.71%)
Mutual labels:  jwt-auth
NodeScalableArchitecture
A Scalable Node Architecture/Server. This repository contains a complete implementation of writing scalable nodejs server/architecture on my medium blog.
Stars: ✭ 62 (+264.71%)
Mutual labels:  jwt-auth
django-datatables-sample
Django - Datatables Sample | AppSeed
Stars: ✭ 47 (+176.47%)
Mutual labels:  appseed
bulmaplay
Bulma CSS- BulmaPlay | AppSeed
Stars: ✭ 72 (+323.53%)
Mutual labels:  appseed
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
Stars: ✭ 278 (+1535.29%)
Mutual labels:  jwt-auth
django-now-ui-dashboard
Django Dashboard - Now UI Design | AppSeed
Stars: ✭ 15 (-11.76%)
Mutual labels:  appseed

Material Kit - Coded in React

Design by Creative-Tim.com. Coded by AppSeed.us - LIVE Demo

Requirements

Setting up for development

  • clone the project: git clone https://github.com/app-generator/react-material-kit.git
  • change directory to react-material-kit
  • (Optionally) start the Express backend server (default ip/port: locahost:3000)
  • Default backend URL http://127.0.0.1:3000. This can be overwritten by updating the file: src/views/LoginPage/LoginPage.jsx

Scripts

Install Dependencies

$ yarn 

Start app for development

  • Linux/MacOs: yarn start
  • Windows OS: update the PORT, NODE_PATH in your environment, and after execute start_win target
$env:PORT = "8080"
$env:NODE_PATH = "./src"
npm run start_win
  • Visit localhost:8080 in your browser. The default port 8080 can be overwritten by updating the package.json, scripts \ start attribute.

Production Build

  • Linux/MacOs: yarn build - build the app in build directory
  • Windows OS: yarn build_win - build the app in build directory

Support

Live support on Discord and Facebook.

License

MIT


Made with by AppSeed.us

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].