Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 868 Bytes

File metadata and controls

40 lines (29 loc) · 868 Bytes

Amplify

CleanShot 2025-02-06 at 16 03 50@2x

This project is based on the Mantis Free React Admin Template.

Project Setup

Installation

  1. Clone the repository:

    git clone https://github.com/tryfoobar/amplify.git
    cd amplify
  2. Install dependencies:

    npm install

Scripts

  • Start the development server:

    npm start
  • Build the project for production:

    npm run build
  • Preview the production build:

    npm run preview

Additional Information

For more details, refer to the Mantis Free React Admin Template documentation.