All Projects → dunky11 → React Saas Template

dunky11 / React Saas Template

Licence: mit
🌊 Template for building an SaaS / admin website using React + Material-UI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Saas Template

Bootstrap 5 Templates
A collection of free Bootstrap 5 templates designed with Material Design 2.0. Admin dashboard, e-commerce, landing pages & much more.
Stars: ✭ 722 (-23.35%)
Mutual labels:  blog, material-design, material-ui, template, admin
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+21.34%)
Mutual labels:  material-design, material, material-ui, admin, admin-dashboard
Material Dashboard
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
Stars: ✭ 9,987 (+960.19%)
Mutual labels:  material-design, material-ui, admin, admin-dashboard
Vue Material Dashboard
Vue Material Dashboard - Open Source Material Design Admin
Stars: ✭ 403 (-57.22%)
Mutual labels:  material-design, material-ui, admin, admin-dashboard
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-88.32%)
Mutual labels:  material-design, material, material-ui, admin-dashboard
Hubuntu Ui
Material Admin Dashboard Starter UI ( Ubuntu style ) - https://720kb.github.io/hubuntu-ui/
Stars: ✭ 207 (-78.03%)
Mutual labels:  material-design, material, material-ui, admin-dashboard
Material Admin
Free Material Admin Template
Stars: ✭ 219 (-76.75%)
Mutual labels:  material-design, material, material-ui, admin-dashboard
Ng Notadd
In-middle background front-end solution based on angular material 基于Angular Material的中后台前端解决方案
Stars: ✭ 287 (-69.53%)
Mutual labels:  material-design, material, admin, admin-dashboard
Vue Typescript Admin Template
🖖 A vue-cli 3.0 + typescript minimal admin template
Stars: ✭ 4,279 (+354.25%)
Mutual labels:  template, admin, admin-dashboard
Shards Dashboard Vue
A free Vue admin dashboard template pack featuring a modern design system and lots of custom templates and components.
Stars: ✭ 363 (-61.46%)
Mutual labels:  template, admin, admin-dashboard
Admin On Rest
A frontend framework for building admin SPAs on top of REST services, using React and Material Design.
Stars: ✭ 392 (-58.39%)
Mutual labels:  material-ui, admin, admin-dashboard
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-65.39%)
Mutual labels:  material-design, material, admin
React Director Admin Template
ReactJS version of Director Responsive Admin Template Free
Stars: ✭ 304 (-67.73%)
Mutual labels:  template, admin, admin-dashboard
Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
Stars: ✭ 389 (-58.7%)
Mutual labels:  material-design, material, template
Django Jet
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Stars: ✭ 3,207 (+240.45%)
Mutual labels:  template, admin, admin-dashboard
Material Auto Rotating Carousel
Introduce users to your app with this Material-style carousel.
Stars: ✭ 400 (-57.54%)
Mutual labels:  material-design, material, material-ui
React Admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
Stars: ✭ 18,525 (+1866.56%)
Mutual labels:  material-ui, admin, admin-dashboard
Frames
Free, feature-rich, easily customizable Android dashboard for wallpapers apps
Stars: ✭ 396 (-57.96%)
Mutual labels:  material-design, material, template
Materialtimelineview
With MaterialTimelineView you can easily create a material looking timeline.
Stars: ✭ 443 (-52.97%)
Mutual labels:  material-design, material, material-ui
Android Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Stars: ✭ 4,916 (+421.87%)
Mutual labels:  material-design, material, material-ui

React SaaS Template

Remains of a SaaS business I once tried to build. Now transformed into a template for building an SaaS/admin application using React + Material-UI.

Check out the demo

Node.js CI Dependabot Status code style: prettier

Getting Started

Prerequisites

Node.js 12+ (versions below could work, but are not tested)

Installing

  1. Clone the repository

    git clone https://github.com/dunky11/react-saas-template
    
  2. Install dependencies, this can take a minute

    cd react-saas-template
    npm install
    
  3. Start the local server

    npm start
    

Your browser should now open and show the app. Otherwise open http://localhost:3000/ in your browser. Editing files will automatically refresh the page.

What to do next?

If you are new to React, you should watch a basic React tutorial first.

If you already know React, then most of the information you need is in the Material-UI documentation.

You can go into src/theme.js and change the primary and secondary color codes at the top of the script to the values you like and some magic will happen.

Deployment

If you are happy with the state of your website you can run:

npm run build 

It will create a folder named build with your compiled project inside. After that copy its content into your webroot and you are ready to go.

Build With

Contribute

Show your support by ⭐ the project. Pull requests are always welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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].