
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
react-mui-boilerplate
Advanced tools
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.
npx react-mui-boilerplate my-app
cd my-app
npm start
--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.
| -- 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
FAQs
React boilerplate with material ui and an express backend
We found that react-mui-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.