Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1000 Bytes

File metadata and controls

38 lines (24 loc) · 1000 Bytes

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