Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
/ react_boilerplate Public archive

React Redux Admin Panel for managing the admin

Notifications You must be signed in to change notification settings

krguptaa/react_boilerplate

Repository files navigation

React Redux Core UI Admin Panel

This project was generated with React Script.

Installation

Clone the repository

git clone https://github.com/gupta-kamlesh-r/react_boilerplate.git

Switch to the repo folder

cd react-redux-admin-panel

Install the dependencies using npm

npm install

Development server

Run npm start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the build/ directory. Use the -prod flag for a production build.