Skip to content

dreamingrainbow/material-ui-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Material UI Template

The React + Material UI template was built to help in getting any basic application requiring authentication started.

Setup

.env file

To begin create a file called /.env to the root of the project.

Add the following :

REACT_APP_BASE_URL=http://localhost:4001/
REACT_APP_API_URL=http://localhost:8080/
REACT_APP_IS_PRODUCTION=0
REACT_APP_SIDEBAR_TITLE=React + Material-UI
REACT_APP_APP_BAR_TITLE=React + Material-UI Template
REACT_APP_COPYRIGHT=Copyright © 2020 M.A.D. Computer Consulting LLC

Replace the Base Url and the API Url appropriately.

Install Node Modules

npm i

Start the Application

npm start

Build the Application for production use

npm build

Getting Started

Once you have everything setup you are ready to begin creating your application.

Common Pages and Sections

Copyright

The Copyright section is included in most of the main pages of the application, you can change the content, or simply edit the REACT_APP_COPYRIGHT to the string of choice in the .env file.

Quick Access Links

The quick access links section can be used for easy navigation to common sections of your application. By default we have a few of these setup already for you.

Quick Access

  1. Home
  2. Search
  3. Login

Extra

  1. Post
  2. Investor Information
  3. Policies

News

  1. Highlights
  2. Newsletter
  3. FAQ

Connecting

  1. Register
  2. Forgot Password
  3. Contact Us

Feel free to changes these per your needs.

About

Base React Material UI Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published