boopathikumar018 / next-starter

Next.js starter

Home Page:https://gakimball.github.io/next-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Starter

Proof-of-concept that layers the feature's of Ueno's starter kit on top of Next.js.

Includes all the things you get from Next out of the box, including:

  • Server-side rendering
  • Universal Webpack
  • Babel
  • Hot reloading
  • Code splitting
  • Static site export
  • Isomorphic project config

Also includes more helpful things on top:

  • Express with good security defaults
  • Sass and CSS Modules
  • MobX
  • react-helmet
  • Service workers
  • Password protection
  • Google, Facebook, and Twitter analytics
  • Remote development

Critically, all the moving parts are contained inside a small handful of modules and scripts. This means the complexity of the build system is hidden away, and a project is more easily upgradeable, because the guts of the framework aren't in the main codebase, where they'd be checked into version control.

Installation

It's not on npm yet, but you can install it from GitHub:

npm i gakimball/next-starter next react react-dom --save

Documentation

Read the documentation

License

MIT © Geoff Kimball

About

Next.js starter

https://gakimball.github.io/next-starter

License:MIT License


Languages

Language:JavaScript 100.0%