Onemli Not: Dosyalari klonladiktan hemen sonra fake-api dosyasini arkada ayrica calistirmaniz gerekmekterdir.

npm version code style: prettier

Project Name

ToDo List Project

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
6.4.1
v8.16.0

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/yekumru/react-redux-todo-app.git

Usage

Serving the app

$ npm start

Running the tests

$ npm test

Building a distribution version

$ npm run build