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 .
Download the example or clone the repo:
git clone https://github.com/msreekm/nextjs-material-ui-styled-components-boilerplate
npm install
To build the project and run the server in developer mode:
npm run dev
To run the tests:
npm test
To build the project and start the server to production:
npm run build && npm run start
This project is licensed under the MIT License - see the LICENSE.md file for details