https://github.com/claudio-code/admin-panel
:memo: Create Admin panel template
https://github.com/claudio-code/admin-panel
Last synced: 4 months ago
JSON representation
:memo: Create Admin panel template
- Host: GitHub
- URL: https://github.com/claudio-code/admin-panel
- Owner: Claudio-code
- Created: 2021-09-03T01:36:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T01:57:45.000Z (over 4 years ago)
- Last Synced: 2025-04-10T21:16:44.201Z (8 months ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Electron + TypeScript + React
Boilerplate for a project using Electron, React and Typescript.
## Installation
Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies
```bash
yarn
```
## Usage
Just run `start` script.
```bash
yarn start
```
## Packaging
To generate the project package based on the OS you're running on, just run:
```bash
yarn package
```
## Contributing
Pull requests are always welcome 😃.
## License
[MIT](https://choosealicense.com/licenses/mit/)