Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 722 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 722 Bytes

Delivery Scheduler

Delivery Scheduler App built using React

Demo

https://delivery-scheduler.vercel.app/

Tech Stack

  • React
  • TypeScript
  • Jest & React Testing Library

How to Run?

Prerequisite - Node version must be ^14.17.0 || >=16.0.0

Clone the Repo git clone https://github.com/mkrrishk/delivery-scheduler.git

In the project directory, you can run:

npm install

To install the dependencies.

npm start

To Run the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

To Launch the test runner.

npm run build

To Build the app for production.