Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamhosseindhv/nextjs-boilerplate
- Owner: iamhosseindhv
- License: other
- Created: 2018-08-12T01:04:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:55:23.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:47:37.720Z (2 months ago)
- Topics: eslint, heroku, javascript, material-ui, nextjs, reactjs
- Language: JavaScript
- Size: 1.72 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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