Skip to content

apu314/my-lists

Repository files navigation

myLists is a web application for managing different lists created with Next.js and bootstrapped with create-next-app.

Getting Started

Development server

npm run dev
# or
yarn dev

Linting

npm run lint
# or
yarn lint

Testing

npm run test
# or
yarn test