- Node.js 20.x (Recommended)
Using Yarn (Recommended)
yarn install
yarn dev
Using Npm
npm i
npm run dev
yarn build
# or
npm run build
By default we provide demo data from : https://api-dev-minimal-[version].vercel.app
To set up your local server:
-
Resource: Download.
- Create React App (migrate to CRA).
- Next.js
- Vite.js
- To remove unnecessary components. This is a simplified version (https://starter.minimals.cc/)
- Good to start a new project. You can copy components from the full version.
- Make sure to install the dependencies exactly as compared to the full version.
NOTE: When copying folders remember to also copy hidden files like .env. This is important because .env files often contain environment variables that are crucial for the application to run correctly.