React-base mock admin dashboard for SQL DB backend.
Frontend requires a .env file to specify the following environmental variable. Strings should be in doublequotes:
REACT_APP_API_URL={ e.g. http://localhost:3001 }
- npm install
- npm start
- npm install
- npm run build
- serve build folder via your choice of SPA compatible process manager (pm2 works great)