This project is a simple todo list application built with React.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v12 or later)
- npm (v6 or later) or yarn (v1.22 or later)
-
Clone the repository:
git clone https://github.com/BUSEKILINC/reacttodolist.git cd reacttodolist -
Install the dependencies:
npm install
or if you are using yarn:
yarn install
To run the app in development mode, use the following command:
npm start