Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.14 KB

Next.js TypeScript Tailwind Project

This is a test build for a Next.js TypeScript Tailwind project. The main objective of this project is to test out a useContext pattern for handling state management.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository.

  2. Install the dependencies by running the following command:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:3000 to see the application.

Resources

Tutorials