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: about 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:37:39.000Z (over 2 years ago)
- Last Synced: 2024-07-31T19:23:16.344Z (9 months ago)
- Topics: bootstrap, hooks, javascript, react, redux
- Language: CSS
- Homepage: https://react-admin-template.netlify.com
- Size: 2.8 MB
- Stars: 450
- Watchers: 23
- Forks: 90
- 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:
[](https://app.netlify.com/sites/react-admin-template/deploys)
[](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:[](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
[](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.