Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephgodwinkimani/mui-pankod-superplate
Superplate by Pankod dashboard template that includes Material UI, GraphQL, React Router v5, i18n, Docker, Eslint
https://github.com/josephgodwinkimani/mui-pankod-superplate
apollographql boilerplate craco docker eslint graphql ionic material-ui mui react
Last synced: 7 days ago
JSON representation
Superplate by Pankod dashboard template that includes Material UI, GraphQL, React Router v5, i18n, Docker, Eslint
- Host: GitHub
- URL: https://github.com/josephgodwinkimani/mui-pankod-superplate
- Owner: josephgodwinkimani
- Created: 2024-01-07T22:52:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T06:32:58.000Z (about 1 year ago)
- Last Synced: 2024-11-11T08:51:48.331Z (2 months ago)
- Topics: apollographql, boilerplate, craco, docker, eslint, graphql, ionic, material-ui, mui, react
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# mui-pankod-superplate
> Craco, **Material UI**, GraphQL, React Router v5, i18n, DarkMode
This simple dashboard template for react was generated with [superplate](https://github.com/pankod/superplate). You can initiate this project with [Ionic](https://ionicframework.com/docs/react/adding-ionic-react-to-an-existing-react-project) to support Android, iOS, Desktop, and PWA. You can switch to any package manager without worrying about lock files.
## Getting Started with Docker
### Build the image.
```bash
docker build -t mui-pankod-superplate .
```### Run container.
```bash
docker run -p 3000:3000 mui-pankod-superplate
```## Getting Started without Docker
### Running the development server.
```bash
pnpm dev
```### Building for production.
```bash
pnpm build
```### Running the production server.
```bash
pnpm start
```## Learn More
To learn more about **superplate**, please check out the [Documentation](https://github.com/pankod/superplate).
## License
Licensed under the MIT License