A NextJS/React based frontend for GovData
go to webapp folder
cd webapp
installing all dependencies
npm install
running development server on http://localhost:3000
npm run dev
see package.json for more scripts
- Next.js Documentation - learn about Next.js features and API.