This is my first project using React, as well as Next.js. The project has been built to complete the Lifeway coding challenge.
This project has been bootstrapped with create-next-app
.
Note: This project was built using Node 16.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
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.