An open API service indexing awesome lists of open source software.

https://github.com/serhatpolat/large-scale-frontend-template

Next.js, TypeScript, Yarn, Eslint, Storybook, Cypress, TailwindCSS, Redux Toolkit, Axios, React Icons, etc.
https://github.com/serhatpolat/large-scale-frontend-template

axios cypress eslint frontend nextjs react-icons redux-toolkit storybook tailwindcss testing typescript ui-components yarn

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

I made this template for mid/large scale web apps. It's 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 and scalable component structure with best practices to 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 these structures)


```bash
yarn install

yarn dev

yarn build

yarn lint

yarn storybook

yarn cypress
```