Skip to content

Repository files navigation

React MUI Project

An example application based on Next.js with Basic MUI Layout

Getting started

  1. Go to the proper folder and clone the repository: cd ~/projects && git clone <repo_url>
  2. Install NVM. Link to NVM installation guide: https://github.com/nvm-sh/nvm
  3. Install a stable version on Node.js and use it. nvm install stable && nvm use stable. Application tested on Node 21.6.1
  4. Install packet manager Yarn. npm install -g yarn
  5. Install dependencies: yarn install
  6. Run dev server: yarn dev

Production use

  1. Make a production build: yarn build.
  2. Run a server: yarn start

More detailed information on the following page: https://nextjs.org/docs/pages/building-your-application/deploying

Releases

Packages

Used by

Contributors

Languages