Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamhosseindhv/nextjs-boilerplate

Nextjs boilerplate with animated routing, Material-ui SSR and eslint set up
https://github.com/iamhosseindhv/nextjs-boilerplate

eslint heroku javascript material-ui nextjs reactjs

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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
```bash
npm install
npm run server // development
npm build // production
```

### Create Local Development SSL Certificates
- Install `mkcert` as per instructions in https://github.com/FiloSottile/mkcert#installation
- `cd certs`
- `mkcert -install`
- `mkcert localhost`

## Deploy to Heroku
```bash
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

Hossein Dehnokhalaji Linkedin profile
Hossein Dehnokhalaji Linkedin profile
Hossein Dehnokhalaji email address