Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1 KB

README.md

File metadata and controls

45 lines (25 loc) · 1 KB

next-boilerplate

Description

Simple boilerplate of next.js. With material-ui, google analytics, customized export, a simple layout and module-resolver support. And the newest version of babel7 is imported. You could deploy it to github pages by travis easily as well.

The project mainly uses nextjs, material-ui and next-mui-helper.

Sample github page:

https://thundermiracle.github.io/next-boilerplate

Settings

  • material-ui's theme

    src/client/views/styles/theme.js
    
  • Google Analytics

    config/client.js.
    
  • Layout injection

    src/_app.js
    
  • Module resolve

    .babelrc
    jsconfig.json
    
  • Deploy to github-pages or into sub folder

    config/client.js [subfolder: true]
    
  • Deploy to Netlify

    netlify.toml
    

License

This project is licensed under the terms of the MIT license.