Skip to content

Latest commit

 

History

History

ui-mantis

Mantis Free React Material UI Dashboard Template Tweet

License: MIT Price GitHub package version

This code provides a starter template to quickly setup a react (and Mantis) frontend ready for interaction with your NestJS server.

It comes with prebuilt UI for logging in with major OAuth providers, managing your profile as a user, and managing all user profiles as an admin.

Mantis is a free and open source React dashboard template made using the Material UI React component library with aim of flexibility and better customizability.

Getting Started

  1. Clone the repo
git clone https://github.com/app-generator/api-server-nestjs.git
  1. Navigate to Mantis UI folder
cd ui-mantis/mantis-dashboard
  1. Install packages
npm install

or

yarn
  1. Update .env file

Enter your server URL in the PUBLIC_URL field.

  1. Start the project

Run npm start and navigate to the appropriate URL (usually localhost:3000).