nextjs-boilerplate

Nextjs boilerplate with animated routing, Material-ui SSR and eslint set up

OTHER License

Stars
1

Nextjs Material-ui Boilerplate

A boileplate for nodejs apps which has:

  • Animated route transition
  • Material-ui serverside redering
  • Easy to deploy to Heroku
  • eslint enabled
  • Custom backend server
  • Typescript enabled (while js is also allowed)
  • Multi-language support (ltr/rtl)
  • ...

Usage

npm install
npm run server            // development
npm build                 // production

Create Local Development SSL Certificates

Deploy to Heroku

heroku create my-app
git add .
git commit -m "init deployment to heroku"
git push heroku master
heroku open         // it opens your deployed app in the browser

Author - Contact

Hossein Dehnokhalaji