Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delprzemo/react-admin-template
Simple React admin template - Hooks, Redux, Bootstrap :white_check_mark: :metal:
https://github.com/delprzemo/react-admin-template
bootstrap hooks javascript react redux
Last synced: 11 days ago
JSON representation
Simple React admin template - Hooks, Redux, Bootstrap :white_check_mark: :metal:
- Host: GitHub
- URL: https://github.com/delprzemo/react-admin-template
- Owner: delprzemo
- License: gpl-3.0
- Created: 2019-10-14T12:32:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:37:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T23:20:53.693Z (5 months ago)
- Topics: bootstrap, hooks, javascript, react, redux
- Language: CSS
- Homepage: https://react-admin-template.netlify.com
- Size: 2.8 MB
- Stars: 451
- Watchers: 23
- Forks: 93
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## [Simple React Admin template](https://react-admin-template.netlify.com/) :boom: :ok_hand: :star:
[![Netlify Status](https://api.netlify.com/api/v1/badges/b9dc8cf2-fb7a-4def-824e-42a370a36df5/deploy-status)](https://app.netlify.com/sites/react-admin-template/deploys)
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://react-admin-template.netlify.com/)Completly **free** simple admin template starter for React.
Only **core functionalities** in order to avoid huge refactor/cleaning.
**Ready to start new project**, small amount of dependencies, easy configuration, modern and fast.
Created by https://foreach.pl trainers for training participants.
**Check also Cheatsheets:**
[React](https://github.com/delprzemo/react-cheatsheet) :star:
[Angular](https://github.com/delprzemo/angular-cheatsheet) :star:
[TypeScript](https://github.com/delprzemo/typescript-cheatsheet) :star:[![image](https://i.imgur.com/6T37H6V.jpg)](https://react-admin-template.netlify.com/)
## Demo
[Click here for a demo](https://react-admin-template.netlify.com/)## Features
- React (without jQuery etc.)
- TypeScript
- React Hooks
- Redux
- Responsive (adjusted to mobile devices)
- React-router-dom
- Bootstrap 4
- Modern, clean, readable layout
- Authentication
- **Clean, easy, ready to start new project**## Pricing
It's completly **free** (no commercial versions)## Quick start
#### 1. Get the latest version
Clone repository
```shell
$ git clone https://github.com/delprzemo/react-admin-template.git React-Admin-Template
$ cd React-Admin-Template
```#### 2. Run `npm install`
npm install will install all modules listed as dependencies in [package.json](package.json) file.
#### 3. Run `npm run start`
It will run application in http://localhost:3000
#### 4. Run `npm run build`
Builds the production version of app and put it into build folder. Now you can use these files to perform real production deployment.
## Contribute
Contributions are always welcome!
## License
[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Przemek Struciński](https://foreach.pl) has waived all copyright and related or neighboring rights to this work.