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

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.

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