kapilrc / task-tracker-app-react

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 65.4%Language:CSS 19.0%Language:HTML 15.7%