Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 293 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 293 Bytes

Nextjs Basic Template

How to install

  1. Choose this template when creating repository

  2. Go into project

cd `file`
  1. Install dependencies
npm install
  1. Run project
npm run dev