1.0.0 β€’ Published 4 months ago

create-next-speed-template v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Create Next Speed Template

This is a template set up to create Next.js App with fast speed and high performance The current template is provided in a page routing structure.

πŸ‡°πŸ‡· : ν•œκ΅­μ–΄ λ¬Έμ„œλ‘œ λ‚΄μš©λ³΄κΈ°

Demo URL: This Click☝🏻 Please

Getting Started

npx create-next-speed-template my-app
cd my-app
yarn run dev

Use Important Library

  • langauage : Typescript
  • State : Recoil
  • Asynchronous State : TanStack Query v5
  • Api : Axios
  • Style(Css) : Emotion/react
  • Authentication : NextAuth
  • Bundler Doctor : bundle-analyzer
  • SVG : @svgr/webpack

Info

This template is set to Yarn Berry - Plug'n Play. We recommend that you use the template through the Yarn command πŸ™πŸ»

βš™οΈ Yarn Berry Plug'n Play (PnP) enabled or disabled

yarn npm : .yarnrc.yml => nodeLinker: node-modules yarn pnp : .yarnrc.yml => nodeLinker: pnp

βœ… Essential : Set up yarn berry

npm install -g yarn
yarn set version berry
yarn install

βœ”οΈ Optional : In Case of Type or Prettier Issue

Install Plug-In : ZipFS - a zip file system

yarn dlx @yarnpkg/sdks vscode
yarn add --dev --exact prettier

βœ”οΈ Optional : In the event of an Issue after the Yarn Run Build Command

yarn add @babel/runtime --dev
yarn cache clean
yarn set version berry
yarn install

Design Systems (Widgets)

πŸ”Ž Look Design Systems ☝🏻

πŸ—‚οΈ Root : src > _ui

Check out the finished design system widgets I'll be responsible for your UI experience and work efficiency πŸ”₯ Design UI widgets will be updated and added continuously in the future


Themes

πŸ—‚οΈ Root : src > lib > themes

πŸ”₯ Each style element that helps you complete the ui quickly

  • colors : collection of sensuous design colors
  • fontSize: Each font size is provided in rem form
  • media : mediaQuery in which the screen ratio of each device can be used immediately in CSS
  • styleSheet: StyleSheet that can apply fast class and motion css

Utils

πŸ—‚οΈ Root : src > lib > utils

πŸ”₯ Various Util functions to help develop the front

  • enum : a collection for managing pre-set keys and values in enum form

  • regEx : ex) regEx.email.test(email) <<Collection of frequently used regular expressions available immediately


Custom Hooks

πŸ”Ž Look Custom Hooks ☝🏻

πŸ—‚οΈ Root : src > lib > hooks

πŸ”₯ It's a collection of custom hooks that help you develop Custom hooks will be constantly updated!


How to optimize SEO and Generate Sitemap

πŸ”Ž Look Create a Sitemap Method ☝🏻

I'll tell you how to optimize and set up SEO, and how to generate and set dynamic and static site maps πŸ”₯ It's a very important part of website development, so I recommend you take care of it!


πŸ™πŸ» Pre-Deployment Precautions

Make sure to check the contents below before deployment before building

  1. Modify the contents related to each seo and sitemap to suit the service

  2. Modify and check the next-sitemap.config.js to suit the service

  3. Modify and check the next.seo.config.js to suit the service

  4. Modify the app content related to PWA in public > manifest.json

  5. (Optional) You can create rss in page > api > rss.ts > modify the content

  6. βœ… yarn run build or npm run build >> Sitemap is live and distributed to the public

1.0.0

4 months ago

2.5.0

6 months ago

2.4.16

6 months ago

2.4.15

6 months ago

2.4.14

7 months ago

2.4.13

7 months ago

2.4.12

7 months ago

2.4.3

7 months ago

2.4.5

7 months ago

2.4.4

7 months ago

2.4.10

7 months ago

2.4.11

7 months ago

2.4.7

7 months ago

2.4.6

7 months ago

2.4.9

7 months ago

2.4.8

7 months ago

2.4.1

8 months ago

2.4.2

7 months ago

2.4.0

8 months ago

2.3.6

8 months ago

2.3.8

8 months ago

2.3.7

8 months ago

2.3.9

8 months ago

2.3.5

8 months ago

2.3.4

8 months ago

2.3.0

8 months ago

2.3.2

8 months ago

2.3.1

8 months ago

2.3.3

8 months ago

2.1.10

9 months ago

2.1.9

9 months ago

2.1.8

9 months ago

2.1.7

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.2

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago