evgenyantipin / nextjs-starter

🚀 Next.js + Preact + Express + Redux Toolkit + SCSS modules

Home Page:https://nextjs-starter.evgenyantipin.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚀Blazing fast Next.js starter app with the following:

Screenshot

  • Next.js 12.1.5 !(after this version next.js with preact not working) + Preact = 21kB
  • Express.js server
  • Preact optimization enabled reduces the base JavaScript weight of pages to 21kB
  • State management with redux
  • isomorphic-unfetch Tiny 500b
  • Scoped and Global SCSS support (.module.scss or .module.sass extension.)
  • Sentry error reporting support.
  • GZIP enabled with compression middleware
  • Prettier task on pre-commit with husky

Getting started

git clone git@github.com:evgenyantipin/next-redux-starter.git my-project
cd my-project
yarn
yarn start

About

🚀 Next.js + Preact + Express + Redux Toolkit + SCSS modules

https://nextjs-starter.evgenyantipin.vercel.app/


Languages

Language:TypeScript 71.5%Language:SCSS 13.7%Language:JavaScript 13.0%Language:CSS 1.6%Language:Shell 0.3%