Skip to content

React app with routing, counter & todos components, Hooks, Reducers, responsive menus & layout and KendoReact UI.

Notifications You must be signed in to change notification settings

httpJunkie/kr-todo-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Packages

To get the project up and running a simple installcommand will retrieve all of our packages needed.

npm install

Before you can run the Books API, we also need to globally install json-server.

npm install -g json-server

Running the Json Server

This will take the db.json file in our root directory and serve it as if it were a legit endpoint.

npm run api

Running Our Application

npm start

Run both together with one command

With that in mind, we can run both with one command using:

npm run start:api

About

React app with routing, counter & todos components, Hooks, Reducers, responsive menus & layout and KendoReact UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •