Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 319 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 319 Bytes

nextjs-static-app

How to use

# install deps
$ yarn

# for dev
$ yarn dev

# generate static app
$ yarn generate
$ open file:/{pwd}/dist/index.html

Feature

  • Next.js
  • TypeScript
  • ESLint
  • Prettier
  • Chakra UI
  • GitHub Actions
  • Renovate