Skip to content

chris-tier4/todo-app

 
 

Repository files navigation

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

Getting Started

Run the following commands

npm install or pnpm install
# Set the environment variable
Set the .env by using the .env.example
# Run the development server
npm run dev or pnpm run dev
# Access it via web
Access it by http://localhost:3000 
# Access local database
npm run db:studio 

Folders:

  • API model: lib > actions
  • API integration: src > app
  • UI: src > app > components

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%