@justbedevs/react-components
v1.5.16
Published
## Prequisite
Downloads
18
Readme
SUPER_COMPONENTS
Prequisite
Node version : 20.11.0
MongoDB version : 7.0.0
After that open a terminal and
cd super-components npm i or npm install npm start
now use these commands
cd admin
npm i
npm start
your frontend will start running
Now open a again one terminal and
cd backend
npm i
npm run start
your backend will start running
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
NOTE : Always run code in compiler while you are doing some changes in super components. when you have studied Super components you should check package.json file and check the files and type over here.
In Super components is components that are designed to be reused across different parts of an application. There are several reasons why using super components, Code Reusability, Consistent UI, Easier Maintenance, Performance Optimization.
