React/Vite Template Setup npm install installs all the required packages npm run start starts up a local server using Vite and updates on any JS/JSX or CSS/SCSS changes. Other commands npm run build to build final files when you are ready to turn in. npm run lint to run ESLint against your code to find errors. npm run format to run Prettier to automatically format your code. Dependencies Has dependencies in package.json file for ESLint, Prettier, Tailwind, PostCSS, react-router-dom, Autoprefixer, and Vite