https://github.com/guntherkoo/nextjs
A Nextjs boilerplate with Redux and Express setup. Zeit/Now integration in place for production deployments.
https://github.com/guntherkoo/nextjs
boilerplate classnames classnames-loader css-modules expressjs next-sass nextjs nextjs-boilerplate reactjs redux zeit zeit-now zeit-now-integration
Last synced: over 1 year ago
JSON representation
A Nextjs boilerplate with Redux and Express setup. Zeit/Now integration in place for production deployments.
- Host: GitHub
- URL: https://github.com/guntherkoo/nextjs
- Owner: guntherkoo
- Created: 2019-05-06T17:06:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T04:27:43.000Z (over 5 years ago)
- Last Synced: 2024-10-24T16:49:15.131Z (over 1 year ago)
- Topics: boilerplate, classnames, classnames-loader, css-modules, expressjs, next-sass, nextjs, nextjs-boilerplate, reactjs, redux, zeit, zeit-now, zeit-now-integration
- Language: JavaScript
- Homepage: https://nextjs.guntherkoo.now.sh
- Size: 968 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs + Redux + Express Boilerplate
Created this boilerplate to quickly start simple web service projects with Nextjs. Ability to push to private Zeit/Now server to view site.
## Initialize Project
- `yarn install`
- `npm run dev`
- Served in [localhost:3001](http://localhost:3001)
## Build for Production
- `now`
Script will run and URL will be copied to clipboard to view.
## Technology used
- Next.js
- Reactjs
- Redux
- Normalize // SCSS
- Classnames-loader
- Next/SASS
- Autoprefixer