This is a Next.js project bootstrapped with create-next-app
.
Install project dependencies:
yarn install
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about the tecnologies used in this project, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn React - an introduction to the 80% of React concepts that you will use on a daily basis
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS - Utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
- Next API Decorators - Collection of decorators to create typed Next.js API routes, with easy request validation and transformation
- Prisma ORM - Open source Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion