GithubHelp home page GithubHelp logo

mf-admin-app's Introduction

Microfrontend Admin Panel App

This repository contains the source code for the Microfrontend Admin Panel App. It is a modular frontend application that serves as the administrative interface for the E-shop (host) App. The backend (GraphQL and Rest API server) can be found here

Project Setup

Prerequisites

Make sure you have Node.js (v20)

Installation

  1. Clone the repository:

    git clone https://github.com/Sergey-Nag/mf-admin-app.git
    cd mf-admin-app
  2. Install project dependencies:

    npm install

Available Scripts

Development

To start the development server with hot-reloading:

npm start

Production Build

To create a production build of the application:

npm run build

Serve Production Build

To serve the production build locally:

npm run serve

Clean Build Artifacts

To clean the generated build artifacts:

npm run clean

Code Linting

To run ESLint for code linting:

npm run lint

Fix Linting Issues

To automatically fix linting issues (if possible):

npm run lint:fix

Pre-commit Linting

Linting will run automatically before committing changes thanks to Husky and lint-staged. No need to run this manually.

API Server App

To work with data, you need to run the API Server app first.

Dependencies

This application uses several dependencies for development and functionality. Key dependencies include:

  • React and ReactDOM for building the user interface.
  • React Router for managing application routing.
  • Apollo Client for handling GraphQL queries.
  • Material-UI for UI components.
  • Formik and Yup for form handling and validation.

mf-admin-app's People

Contributors

sergey-nag avatar madsatan avatar

Watchers

 avatar

mf-admin-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.