Skip to content

A sample React project that includes react ui and JSON-server for mock backend and also routing

Notifications You must be signed in to change notification settings

kapilrc/task-tracker-app-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker App

A sample React project that includes react ui and JSON-server for mock backend

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server

To build for production

npm run build

About

A sample React project that includes react ui and JSON-server for mock backend and also routing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published