This package will include directories:
- Using react script & react router.
- Using for Next.Js
- To remove unnecessary components. This is a simplified version (https://simple-minimals.vercel.app)
- 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:
1 - Recommended environment:
- node js 14.x (suggestion v14.17.3)
- npm 6+
2 - After downloading and extracting please do not delete any files.
- For React Script : Run command
npm install
&npm start
(or yarn install & yarn start). - For Next.Js : Run command
npm install
&npm run dev
(or yarn install & yarn dev).