This project is just a sample of Nest.js v9.4.0 with Material-UI. Some useful updated features of next.js v9.4.0 are used in this project.
The following links is good for understanding.
- What's new Next.js v9.4.0: https://nextjs.org/blog/next-9-4
- nextjs-with-typescript: https://github.com/mui-org/material-ui/tree/master/examples/nextjs-with-typescript
Other links that could be useful.
- Next.js: https://nextjs.org/
- Material UI: https://material-ui.com
- Git clone.
git clone https://github.com/koheitakumi/nextjs-9.4.0-with-material-ui.git
- Move the folder. Of course, you can rename the folder.
cd nextjs-9.4.0-with-material-ui
- Install library.
yarn install
- Start dev server and access to http://localhost:3000.
yarn dev
- If you build the production, do as following.
yarn build yarn start