/inception-resources

Primary LanguageJavaScriptOtherNOASSERTION

About zip

This package will include directories:

1.react-scripts folder

  • Using react script & react router.

2.nextjs folder

  • Using for Next.Js

3.simple folder

  • 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).

Learn more: