This project was generated with React Script.
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
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.
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.