Socket
Book a DemoInstallSign in
Socket

react-mui-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mui-boilerplate

React boilerplate with material ui and an express backend

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
1
Created
Source

React Mui Boilerplate

Size Downloads Stars

A powerful boilerplate for using react with material-ui in the frontend and express in the backend. Redux, react-redux and react-router-dom are also preinstalled.

Quick Start

npx react-mui-boilerplate my-app
cd my-app
npm start

Arguments

--remote https://github.com/username/my-repo.git When a git remote is specified, it will be set as the origin and a first commit will be pushed automatically.

Project structure

| -- app
|  | -- Controllers
|  |  | -- AuthController.js
|  | -- Middleware
|  |  | -- ProtectMiddleware.js
|  | -- Models
|  |  | -- User.js
|  | -- Services
|  |  | -- AuthServiceProvider.js
|  | -- utils
|  |  | -- index.js
| -- client
|  | -- public
|  |  | -- index.html
|  |  | -- manifest.json
|  | -- src
|  |  | -- assets
|  |  | -- components
|  |  | -- config
|  |  |  | -- api.js
|  |  |  | -- constants.js
|  |  |  | -- formatAPI.js
|  |  | -- pages
|  |  |  | -- IndexPage.js
|  |  | -- router
|  |  |  | -- index.js
|  |  | -- store
|  |  |  | -- reducers
|  |  |  |  | -- auth.js
|  |  |  |  | -- root.js
|  |  |  | -- actions.js
|  |  |  | -- actionTypes.js
|  |  |  | -- index.js
|  |  | -- utils
|  |  |  | -- Analytics.js
|  |  |  | -- useAPIData.js
|  |  | -- App.js
|  |  | -- index.css
|  |  | -- index.js
|  |  | -- serviceWorker.js
|  | -- .env
|  | -- .gitignore
|  | -- .package.json
| -- database
|  | -- migrations
|  |  | -- 010.users.js
|  | -- seeders
|  |  | -- 010.users.js
|  | -- index.js
| -- lib
|  | -- Collection.js
|  | -- Model.js
| -- public
| -- routes
|  | -- api.js
|  | -- index.js
| -- scripts
|  | -- deploy.js
|  | -- jwt-secret.js
|  | -- migrate.js
|  | -- seed.js
|  | -- start-server.js
| -- .env
| -- .gitignore
| -- idea.md
| -- package.json
| -- README.md
| -- server.js

Keywords

boilerplate

FAQs

Package last updated on 09 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.