Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 550 Bytes

Shift Duty Allowance Calculator App

This repository store the code for the source code for the shift duty allowance calculator web application.

Available Online Now!

This web application is available here hosted on GitHub Pages.

Running and Debugging the App Locally

You can also clone this repository and run the web application offline locally.

npm install
npm start

Alternatively, you can also build the web application and serve it on an offline server.

npm run build