Skip to content

joielee09/NextJS-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS_template

Repository for Basic NextJS template

[ What is NextJS ]

  • 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.

[ Specification ]

  • NextJS
  • Babel (in NextJS)
  • Webpack (in NextJS)
  • hot code reloading (in NextJS for 'npm run dev')
  • ESLint (airbnb base)
  • Prettier
  • Styled-components

[ Installation ]

For development:

  1. git clone https://github.com/joielee09/NextTS-template.git
  2. cd NextJS-template
  3. npm install (at root dir)
  4. npm run dev

For Production:

  1. git clone https://github.com/joielee09/NextTS-template.git
  2. cd NextJS-template
  3. npm install (at root dir)
  4. npm run build
  5. npm run start

[ Environment ]

  • node: v14.17.4
  • npm: 6.14.14
  • next: "^11.0.1"
  • react: "^17.0.2"
  • jest: "^27.0.6"

[ Reference ]

About

NextJS tryout for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published