Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 313 Bytes

File metadata and controls

16 lines (13 loc) · 313 Bytes

codegiik's next.js config

This repo could be used as a template to create projects with nextjs.

# use this if you want to run in development mode
yarn dev
# or
npm run dev

# if you want to build the project for production
yarn build
# and then
yarn start

Good Luck for your next project ✨