Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romitkarmakar/next-material-template
Template for using material ui, redux and redux-saga with nextjs, with added batteries.
https://github.com/romitkarmakar/next-material-template
material-ui next-redux-wrapper nextjs react redux redux-saga zeit
Last synced: 3 months ago
JSON representation
Template for using material ui, redux and redux-saga with nextjs, with added batteries.
- Host: GitHub
- URL: https://github.com/romitkarmakar/next-material-template
- Owner: romitkarmakar
- Created: 2020-04-05T10:54:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T23:09:10.000Z (about 1 year ago)
- Last Synced: 2024-07-30T21:07:51.389Z (5 months ago)
- Topics: material-ui, next-redux-wrapper, nextjs, react, redux, redux-saga, zeit
- Language: TypeScript
- Homepage: https://next-material-template.now.sh/
- Size: 354 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next-Material Template
[![Run on Repl.it](https://repl.it/badge/github/romitkarmakar/next-material-template)](https://repl.it/github/romitkarmakar/next-material-template)
This is a basic project repository for setting up nextjs with material UI. This contains all the neceesary setup and performance optimisation to quickly get onbaoard with your project.
## Installation
- Install all the node packages
```bash
yarn
```
- Start the development server
```bash
yarn dev
```