This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open https://localhost:3000 with your browser to see the index page. Create Page at https://localhost:3000/create Static page at https://localhost:3000/static
Added error page to catch errors Added automated tests