The React + Material UI template was built to help in getting any basic application requiring authentication started.
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
Once you have everything setup you are ready to begin creating your application.
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.
- Home
- Search
- Login
- Post
- Investor Information
- Policies
- Highlights
- Newsletter
- FAQ
- Register
- Forgot Password
- Contact Us
Feel free to changes these per your needs.