Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notificohq/notifico-admin-frontend
https://github.com/notificohq/notifico-admin-frontend
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/notificohq/notifico-admin-frontend
- Owner: notificohq
- License: other
- Created: 2024-11-19T20:17:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T22:52:53.000Z (24 days ago)
- Last Synced: 2024-12-01T23:31:01.784Z (24 days ago)
- Language: HTML
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# test-admin
## Installation
Install the application dependencies by running:
```sh
npm install
```## Development
Start the application in development mode by running:
```sh
npm run dev
```## Production
Build the application in production mode by running:
```sh
npm run build
```## DataProvider
The included data provider use [ra-data-json-server](https://github.com/marmelab/react-admin/tree/master/packages/ra-data-json-server). It fits REST APIs powered by [JSON Server](https://github.com/typicode/json-server), such as [JSONPlaceholder](https://jsonplaceholder.typicode.com/).
You'll find an `.env` file at the project root that includes a `VITE_JSON_SERVER_URL` variable. Set it to the URL of your backend. By default, we set it to targets [JSONPlaceholder](https://jsonplaceholder.typicode.com/).