Skip to content

Simple template of Next.js v9.4.0 with Material-UI and TypeScript

Notifications You must be signed in to change notification settings

koheitakumi/nextjs-9.4.0-with-material-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template of Next.js v9.4.0 with Material-UI and TypeScript

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.

Other links that could be useful.

Get started

  1. Git clone.
    git clone https://github.com/koheitakumi/nextjs-9.4.0-with-material-ui.git
  2. Move the folder. Of course, you can rename the folder.
    cd nextjs-9.4.0-with-material-ui
  3. Install library.
    yarn install
  4. Start dev server and access to http://localhost:3000.
    yarn dev
  5. If you build the production, do as following.
    yarn build
    yarn start

About

Simple template of Next.js v9.4.0 with Material-UI and TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published