This project was generated with superplate.
superplate is a Next.js all-in-one project generator. Create your project with the tools you need without spending hours on setting them up.
yarn dev yarn build yarn startTo learn more about superplate, please check out the Documentation.
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
CRA comes with built-in support for CSS and CSS Modules.
Storybook is an open source tool for developing UI components in isolation for React, Vue, Angular, and more. It makes building stunning UIs organized and efficient.
Use environment variables in your react project for server side, client or both.
Source map explorer analyzes JavaScript bundles using the source maps. This helps you understand where code bloat is coming from.
Hooks for fetching, caching and updating asynchronous data in React.
Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
RTK Query is a powerful data fetching and caching tool
The concept of lint-staged is to run configured linter (or other) tasks on files that are staged in git.
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub.
MIT