SerhatPolat / large-scale-frontend-template

Next.js, TypeScript, Yarn, Eslint, Storybook, Cypress, TailwindCSS, Redux Toolkit, Axios, React Icons, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I made this template for mid/large scale web apps. It is MIT Licensed, so you can use this template for both open source and commercial projects.


This template includes:

  • Modern approaches and technologies (Next.js, TypeScript, Yarn, Eslint, Storybook, Cypress, TailwindCSS, Redux Toolkit, Axios, React Icons, etc.)

  • Fully maintainable, scalable component structure with best practices for improve performance (with better hydration)

  • Global state management structure to handle dataflows with more systematic and efficient way

  • Easily manageable and testable development system with Storybook & Cypress

(I added some example usage scenarios of this structures)


yarn install

yarn dev

yarn build

yarn lint

yarn storybook

yarn cypress

About

Next.js, TypeScript, Yarn, Eslint, Storybook, Cypress, TailwindCSS, Redux Toolkit, Axios, React Icons, etc.

License:MIT License


Languages

Language:TypeScript 85.3%Language:JavaScript 13.9%Language:CSS 0.8%