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.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:
1 - Recommended environment:
- node js 16.x
- npm 6+
2 - After downloading and extracting please do not delete any files.
Using Yarn (Recommend)
- yarn install
- yarn start
Using Npm
- npm i OR npm i --legacy-peer-deps
- npm start
Using Yarn (Recommend)
- yarn install
- yarn dev
Using Npm
- npm i OR npm i --legacy-peer-deps
- npm run dev