Skip to content

korayguler/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-todo-app

How to run

# Clone this repository
$ git clone https://github.com/korayguler/react-todo-app

# Go into the repository
$ cd react-todo-app


# Install dependencies
$ npm install

# Start the react
$ npm start

# start the json-server
$ npm run server

# Build
$ npm run build

Tech Stack

  • react
  • json-server

Prerequisite

  • node
  • npm