https://github.com/eljhonkhyle/mern-practice
https://github.com/eljhonkhyle/mern-practice
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eljhonkhyle/mern-practice
- Owner: eljhonkhyle
- Created: 2023-10-04T13:14:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:12:21.000Z (over 1 year ago)
- Last Synced: 2023-10-05T01:09:36.045Z (over 1 year ago)
- Language: TypeScript
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# client
This [refine](https://github.com/pankod/refine) project was generated with [superplate](https://github.com/pankod/refine).
## Getting Started
**refine** is a React-based framework for building data-intensive applications in no time ✨
Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
## Available Scripts
### Running the development server.
```bash
npm run dev
```### Building for production.
```bash
npm run build
```### Running the production server.
```bash
npm run start
```## Learn More
To learn more about **refine**, please check out the [Documentation](https://refine.dev/docs)
- **REST Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Material UI** [Docs](https://refine.dev/docs/ui-frameworks/mui/tutorial/)
- **Inferencer** [Docs](https://refine.dev/docs/packages/documentation/inferencer)
- **React Router** [Docs](https://refine.dev/docs/core/providers/router-provider/)
- **Google Auth Provider** [Docs](https://refine.dev/docs/core/providers/auth-provider/)## License
MIT