Updated Personal website based on React v18 and MUI v5.
- Node v16 or v18
- Docker
- docker-compose
- Clone the repository
- Run
docker-compose up
- Clone the repository
cd
into the/app
folder- Run
npm install
to install all packages and dependencies - Start the development server by running
npm start
For more tips and tricks on commands with this react project, see the README.md
within the/app
folder
- React Documents: https://legacy.reactjs.org/, https://react.dev/
- MUI v5: https://mui.com/