*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
DIAPER Single Page Application (SPA) built with React and MUI.
Before diving into codes, getting familiar with these documents is highly recommended.
| Type | Name |
|---|---|
| Project Manager | pnpm |
| Build Tool | Vite |
| Static Type Checker | TypeScript |
| UI Libraries | React MUI |
| HTTP Client | Axios |
| Client Router | React Router |
| CI/CD | |
| Code Linter | ESLint |
| Code Formatter | Perttier |
| Commit Linter | commitlint |
Develop Locally
Prerequisites
Please install/update the following software before moving on:
- Git
- Node.js v18 (LTS)
- VS Code with the following extensions
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.gitInstall/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
...