mirror of
https://github.com/republique-et-canton-de-geneve/enu-parcel-react-material-skeleton.git
synced 2026-08-25 22:34:14 +00:00
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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| static | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .parcelrc | ||
| .terserrc | ||
| jsconfig.json | ||
| LICENCE | ||
| package.json | ||
| README.md | ||
Project skeleton for a React + Material + ParcelJS project
Set up
- With yarn:
yarn installto download dependencies yarn startcreates a local server on port 1234yarn buildcreates 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).