This is a really simple project that shows the usage of Next.js with TypeScript.
- How to use server-side rendered content
- How to integrate Material-UI JSS styling through a custom app & document.
- How to write a RESTful Api
- How to integrate MongoDB
You need a running MongoDB with the default host+port in order for the example to work. mongo:latest Docker image should suffice!
docker run -p 27017:27017 mongo:latest
npm run dev
npm run build
npm start