/ditto

a tiny state management library for React

Primary LanguageTypeScript

ditto

a tiny state management library for React

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have the following installed:

  • Node.js
  • npm
  • yarn

Installing

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd <project-directory>
  1. Install the dependencies:
yarn install