Experimenting on the NextJS Features to integrate into Questionnaire Application
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
I skew most of my information for NextJS from:-
- Next.js Documentation - learn about Next.js features and API.
- Explore Very Important Links realted to Next.js - an interesting Repo of mine related to Next.js exploration.