Skip to content

nogoba286/Next.js-app

Repository files navigation

Full-Stack: Todo List App

This project is a full-stack application built with Next.js for the client side. The application is written in TypeScript.

1. Client Side

Getting Started

You can use either yarn or npm to manage dependencies and run scripts.

Installation

cd client
yarn install
# or
npm install

Environment Variables

Ensure you have created a .env file at the root of the repository. You can use the contents of .env.example as a starting point.

Running the Development Server

To start the client-side development server, run:

npm run dev
# or
yarn dev

Open http://localhost:7100 in your browser to view the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published