Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 921 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 921 Bytes

tag-a-chat

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

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

Test Suite

You can also run tests with:

npm run test

If you'd like to run e2e tests, then:

npm run cypress

Frontend + API in one codebase

This project is a fullstack application, the backend is located in the the pages/api directory, which is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

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