Repository for Basic NextJS template
- homepage: https://nextjs.org/
- Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.
- NextJS
- Babel (in NextJS)
- Webpack (in NextJS)
- hot code reloading (in NextJS for 'npm run dev')
- ESLint (airbnb base)
- Prettier
- Styled-components
For development:
- git clone https://github.com/joielee09/NextTS-template.git
- cd NextJS-template
- npm install (at root dir)
- npm run dev
For Production:
- git clone https://github.com/joielee09/NextTS-template.git
- cd NextJS-template
- npm install (at root dir)
- npm run build
- npm run start
- node: v14.17.4
- npm: 6.14.14
- next: "^11.0.1"
- react: "^17.0.2"
- jest: "^27.0.6"
- Next.js 필요한 것만 빨리 배우기 ( https://velog.io/@jakeseo_me/Next.js-%EB%B9%A8%EB%A6%AC-%EB%B0%B0%EC%9A%B0%EA%B8%B0-y0jz9oebn0 )
- next js 에 recoil 적용하기 ( https://gusrb3164.github.io/web/2021/03/30/next-js-recoil/ )
- nextjs는 어떻게 동작하는가?( https://blueshw.github.io/2018/04/15/why-nextjs/ )