Next.js easy
Git clone and go, no more hourse spent configuring next-app
Next-config setup with:
- Source-maps
- Sass
- Node path
Global Styles
<root>/components/global-styles
Just add inline scripts to head compoenent
Great for frameworks of any kind, just add scripts.
What else?
- Nav is preconfigured
- Layout is preconfigured
- Style is configured
- Pages are configured
- Global styles configured
- Scoped styles configured
Add whatever else you need
With @zeit/next-compose-plugin installed adding plugins have never been easier. See next.config.js for further instructions.
head over to next-plugins to get whatever else is neede and just plugin and go.