Skip to content

This project is a simple boilerplate for server side rendering approach. It comes with Next.js to handle routes and server side rendering, Material-ui for a components framework, Styled-components to style lib,Apollo for graphql, MobX for state management .

msreekm/nextjs-material-ui-styled-components-boilerplate

Repository files navigation

Server side rendering boilerplate with Next.js V10.0 ,Apollo, MobX, Styled Components and Material-ui

This project is a simple boilerplate for server side rendering approach. It comes with Next.js to handle routes and server side rendering, Material-ui for a components framework, Styled-components to style lib,Apollo for graphql, MobX for state management .

Installing / Getting started

Download the example or clone the repo:

git clone https://github.com/msreekm/nextjs-material-ui-styled-components-boilerplate
npm install

Development

To build the project and run the server in developer mode:

npm run dev

To run the tests:

npm test

Production

To build the project and start the server to production:

npm run build && npm run start

Licensing

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This project is a simple boilerplate for server side rendering approach. It comes with Next.js to handle routes and server side rendering, Material-ui for a components framework, Styled-components to style lib,Apollo for graphql, MobX for state management .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published