This is a Next.js project bootstrapped with create-next-app
.
It works on node v18.17.1.
First, go to rws-react folder and run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Next do a npm install
.
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.
To run Cypress tests, npx run open
.
Configure E2E Testing and start testing in Chrome. Run search-npm-registry.cy.ts
.