Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Template for using material ui, redux and redux-saga with nextjs, with added batteries.

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
```