Project is based on Next.js, a production-ready React Framework. Check out the documentation for more information.
nodepnpm
Firstly, install all necessary dependencies:
pnpm installTo start a development server:
pnpm run devTo build the app for production:
pnpm run build
pnpm startnextjs-starter/
├── config
├── public
└── src
├── components
│ ├── elements
│ ├── layouts
│ ├── modules
│ └── templates
├── hooks
├── pages
├── services
└── stores