This is a Next.js project bootstrapped with create-next-app.
- Install the dependencies with
yarn - Run the development server with
yarn dev - Open http://localhost:3000 with your browser to see the result.
- Run tests with
yarn test
This app is relatively barebones, but there are a few helpful directories/conventions setup:
/data— JSON files with data which can be imported into other files as necessary./pages— Next.JS pages/__tests__— Jest tests/styles— Global CSS and tailwind imports
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.