This is a simple real-time timer ⏳ created only with PHP with the help of phpSPA library.
To Run this app, follow this steps below:
-
Step 1: Clone the project.
git clone https://github.com/dconco/timer.git
-
Step 2: Install all dependencies (just 1: phpSPA)
composer install
-
Step 3: Now run the PHP server
php -S localhost:3000
-
Step 4: Access the URL on the browser and see your output
http://localhost:3000
Hurray 🎉, you have successfully run the app! 🚀