Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 459 Bytes

File metadata and controls

25 lines (19 loc) · 459 Bytes

React Course (Tasks Tracker Application)

This is the project from the YouTube Crash Course. It includes the react ui as well as json-server for our mock backend.

Usage

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