Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.16 KB

This is a Next.js project bootstrapped with create-next-app.

Prerequisites

You must have node.js installed in order to use npm. Recommended version is v16.x

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Ion tests

Ion tests are at pages/test1.tsx and pages/test2.tsx

View these pages when the server is running at http://localhost:3000/test1 and http://localhost:3000/test2

You will see that no content displays on either of these test pages, or, if it does, it disappears with a single simple refresh of the page.