/nextTest

api test for next framework

Primary LanguageJavaScript

Next.js Test

This app contains all of the Next.js apis implemented

  • To start development server
npm run dev

You access the app in http://localhost:3000

  • To start production server
npm run build
npm run start