/task-tracker-app-react

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

Primary LanguageJavaScript

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