Next.js Starter Kit
Nextjs-starter-kit is a opinionated boilerplate for web development, built on top of Node.js, Express, GraphQL and React, containning modern web development tools such as Webpack, Babel.
- Server-side rendering (comes out of the box from Next.js)
- CSS-in-JS with aphrodite, theming with react-with-styles
- Testing with Mocha and Enzyme
- Express Server with graphql and REST support
- Linting with AirBnB
- Flow types [TODO]
- Redux + Redux-Observable for state management [TODO]
- Apollo client [TODO]
This boilerplate is in heavy development.