ReactJS template is backed with Redux Toolkit Query. RTK Query is generalised to get basix CRUD operations without writing same code again and again.
- Generic CRUD using Redux Toolkit Query
- Permission Mapper
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_SERVER_URL
REACT_APP_DEPLOYMENT_ENV
Clone the project
git clone https://github.com/fahd-hussain/admin-panel-template-react-js.git
Go to the project directory
cd admin-panel-template-react-js
Install dependencies
npm install
yarn install
Start the server
npm start
yarn start
To deploy this project run
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the
best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
For support, email [email protected] or join our Slack channel.
Client: React, Redux, Redux Toolkit
Server: JSON Server, JSON Server Auth