Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 856 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 856 Bytes

Todo-App

Todo-App in 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. See deployment for notes on how to deploy the project on a live system.

TO VIEW THE LIVE DEMO click on Todo-App

Prerequisites

Software and dependencies you need to intsall!! Install the node and npm on your system from https://nodejs.org/en/

Installing

A step by step guide that tell you how to get a development env running

Clone the github project

 $ git clone https://github.com/Abdul-Az/Todo-App.git
Navigate to project directory

 $ cd Todo-App
Install the dependencies

 $ npm install 
 $ npm install react-dragula --save
Start the Application on web-server

 $ npm start 
Simple build for production
 $ npm run build