create-next-app-template v1.0.0
create-next-app-template
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βπ»
Getting Started
npx create-next-app-template my-app
cd my-app
npm run dev
Main Libraries Used
- 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
Design System (Widgets)
ποΈ 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
Themes
ποΈ 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
Utils
ποΈ 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
Custom Hooks
π Preview Custom Hooks βπ»
ποΈ Path: src > lib > hooks
π₯ These are a collection of custom hooks that help with development
Custom hooks will be continuously updated!
SEO Optimization and Sitemap Generation Method
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!
ππ» Precautions Before Deployment
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