Creating a React + Vite + TypeScript Project with MUI on Ubuntu
Project Setup on Ubuntu
A React project using Vite, TypeScript, and Material UI will be created with the name website.
Prerequisites: Install Node.js and npm
If Node.js is not yet installed on your system, set it up using nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install 20
nvm use ...
Posted on Tue, 26 May 2026 20:01:25 +0000 by imi_99