Simple React + HTML + CSS + MUIv4 app created as a bit of a showcase.
Key technology used: React, HTML/CSS, MUI (v4), Highcharts
- Node.js (I suggest at least v14.50)
- npm or other JS package manager (I suggest pnpm)
Run npm install (or with your choice of package manager)
To run in development mode use npm start
To run tests use npm test
Use npm build to build a production version.
Styleguidist docs are available.
- Run npm install --save-dev react-styleguidist
- Run npx styleguidist server
- Docs will be available at http://localhost:6060