Le squelette React + Material UI + ParcelJS project pour MonEDM. | Read-only mirror of https://github.com/republique-et-canton-de-geneve/enu-parcel-react-material-skeleton — République et canton de Genève. Issues & pull requests at the source.
  • JavaScript 58.3%
  • CSS 39.3%
  • SCSS 1.6%
  • HTML 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-01-30 14:55:06 +01:00
src Améliorations diverses sur l'adaptation du thème M3 2025-01-30 14:55:06 +01:00
static Commit initial 2023-06-13 10:24:40 +02:00
.babelrc Commit initial 2023-06-13 10:24:40 +02:00
.eslintrc Commit initial 2023-06-13 10:24:40 +02:00
.gitignore Mise à jour versions des packages 2025-01-20 15:10:28 +01:00
.parcelrc Commit initial 2023-06-13 10:24:40 +02:00
.terserrc Commit initial 2023-06-13 10:24:40 +02:00
jsconfig.json Commit initial 2023-06-13 10:24:40 +02:00
LICENCE Ajout license Apache 2023-06-13 10:27:47 +02:00
package.json Améliorations diverses sur l'adaptation du thème M3 2025-01-30 14:55:06 +01:00
README.md Commit initial 2023-06-13 10:24:40 +02:00

Project skeleton for a React + Material + ParcelJS project

Set up

  • With yarn: yarn install to download dependencies
  • yarn start creates a local server on port 1234
  • yarn build creates a production build with no source maps

Technical information

  • src/index.html is the main page for the app
  • src/index.js is the entry point
  • React, React-Router-DOM and Material UI are configured
  • Datepickers are configured with date-fns

The project includes a test page to validate the correct aspect for Material (Roboto font, sizes, spacing).