Skip to content

fahd-hussain/admin-panel-template-react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS with Redux Toolkit Generic CRUD

ReactJS template is backed with Redux Toolkit Query. RTK Query is generalised to get basix CRUD operations without writing same code again and again.

Features

  • Generic CRUD using Redux Toolkit Query
  • Permission Mapper

Environment Variables

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

Run Locally

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

Deployment

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.

Support

For support, email [email protected] or join our Slack channel.

Tech Stack

Client: React, Redux, Redux Toolkit

Server: JSON Server, JSON Server Auth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published