Template Next.js repository with DeSO GeoPackage functionality included.
This is a template repository with a basic Next.js project setup for Bodil's fullstack developer test. It contains:
- A basic Next.js app configured with the App Router, TypeScript, and Tailwind CSS.
- A unit testing setup with Jest and React Testing Library.
- Packages and a library to query a GeoPackage file for Demographic Statistical Area (DeSO) data.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, geodata, or Bodil, go to the following links.
- Next.js Documentation: Learn about Next.js features and API.
- Demographic Statistical Areas (DeSO) on Statistics Sweden: Learn about how Statistics Sweden constructs and publishes DeSO areas.
- Bodil’s website: Learn about Bodil and our services.