A React Web App for Mera ID Admin Portal
username:
admin@example.com
password:
admin
- Node 14.x.x
npm install
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Any lint errors will be visible in the console.
npm run build
- Variables must be all caps in snake_case and starts with
REACT_APP_
e.gREACT_APP_BRAND_NAME=meraid
.
- Create
.env.development
file in root directory, and add development env's
- Create
.env.production
file in root directory, and add production env's
- This project was bootstrapped with Admin LTE 3.1.0 - React 17.0.2.
- All API request will be made via Axios, a configuration has been placed with basic configs and headers, this will be used in every API call with axios.