/lista-de-compras

App PWA de lista de compras para facilitar minha vida, escrito com typescript, utilizando as ferramentas react e nextjs

Primary LanguageTypeScript

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

Getting Started

You need to have the following versions of node and yarn:

  • Node v14.20.1
  • Yarn v1.22.19

First, you have to install the depedencies using yarn for this:

yarn

Excellent, now you can running the project with:

yarn run dev

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

To running the tests you can use:

yarn test