This is a template set up to create Next.js Apps with fast speed and high performance
The current template is provided with a Page Route structure
Preview: You can check it here☝🏻
npx create-next-app-template my-app
cd my-app
npm run dev
- Language: Typescript
- State: Recoil
- Asynchronous State: TanStack Query v5
- Api: Axios
- Style(Css): Emotion/react
- Authentication: NextAuth
- Bundler Doctor: bundle-analyzer
- SVG: @svgr/webpack
- Layout: dble-layout
🗂️ Path: src > @widgets
These are widget templates that help with development
They will take responsibility for your UI experience and work efficiency
🔥 Design UI widgets will be continuously updated and added in the future
🗂️ Root: src > lib > themes
🔥 These are style elements that help you quickly complete your UI
- globalStyles: Manages styles that need to be set up by default globally
- colors: A collection of sensible design colors
- fontSize: Provides each font size in rem format
- media: MediaQuery in a format that can be used immediately in CSS for each device's aspect ratio
- styleSheet: StyleSheet for applying quick classes and emotion css
🗂️ Root: src > lib > utils
🔥 These are various utility functions that help with front-end development
-
enum: A collection for managing pre-set key, value in enum form
-
regEx: e.g., regEx.email.test(email) << A collection of frequently used regular expressions in a form that can be used immediately
-
scrollToRef: You can focus on the scroll position
🗂️ Path: src > lib > hooks
🔥 These are a collection of custom hooks that help with development
Custom hooks will be continuously updated!
I'll tell you how to optimize and set up SEO, and how to create and set up dynamic and static sitemaps
🔥 This is an important part of exposing your website to search engines, so it's highly recommended to handle it!
Before deployment, please check and modify the following content appropriately, then build
-
Enter your web service information in src > libs > site > site.ts
-
Enter your website menu information in src > libs > site > menus.ts
-
Modify and check next-sitemap.config.js according to your web service content
-
Modify the app content, which is PWA information, in public > manifest.json
-
(Optional) You can create an RSS in page > api > rss.ts >> Modify the content appropriately
-
Process the npm run build command
-
Sitemap information will be generated and deployed to public