An example application based on Next.js with Basic MUI Layout
- Go to the proper folder and clone the repository:
cd ~/projects && git clone <repo_url> - Install NVM. Link to NVM installation guide: https://github.com/nvm-sh/nvm
- Install a stable version on Node.js and use it.
nvm install stable && nvm use stable. Application tested on Node21.6.1 - Install packet manager Yarn.
npm install -g yarn - Install dependencies:
yarn install - Run dev server:
yarn dev
- Make a production build:
yarn build. - Run a server:
yarn start
More detailed information on the following page: https://nextjs.org/docs/pages/building-your-application/deploying