https://github.com/appsmithorg/example-apps-react-admin-frontend
Frontend repo for react admin app
https://github.com/appsmithorg/example-apps-react-admin-frontend
Last synced: 8 months ago
JSON representation
Frontend repo for react admin app
- Host: GitHub
- URL: https://github.com/appsmithorg/example-apps-react-admin-frontend
- Owner: appsmithorg
- Created: 2021-04-28T14:44:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T00:08:12.000Z (about 4 years ago)
- Last Synced: 2024-04-14T03:08:29.652Z (over 1 year ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
> This repo is belongs to the tutorial at https://youtu.be/4y2FFEmPW7I
This project is the frontend dashboard UI built with `React-admin`. Its is currently hosted on `Netlify` at [https://as-react-admin.netlify.app/#/rentals](https://as-react-admin.netlify.app/#/rentals). Here are the login credentials
```
username: confidence@appsmith.com
password: 123456
```
This project uses the [example-apps-movie-store-api](https://github.com/appsmithorg/example-apps-movie-store-api) repo as it's backend
## Available Scripts
In the project directory, you can run:
```
yarn start
yarn text
yarn build
yarn eject
```