Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DIAPER Single Page Application (SPA) built with React and MUI.

Before diving into codes, getting familiar with these documents is highly recommended. 

TypeName
Project Managerpnpm
Build ToolVite
Static Type CheckerTypeScript
UI LibrariesReact
MUI
HTTP ClientAxios
Client RouterReact Router
CI/CD
Code LinterESLint
Code FormatterPerttier
Commit Lintercommitlint

Develop Locally

Prerequisites

Please install/update the following software before moving on:

Setup

  • Clone frontend-web GitHub repository. You need to get access as this is not a public repository.

    Code Block
    git clone https://github.com/infant-nutrition-project/frontend-web.git
  • Install/update pnpm v8 (Faster, more disk space efficient package manager than npm).

  • Run 
    Code Block
    pnpm run dev

Debug

  • Run pnpm lint to check any error

...