Fibonacci Sequence with Vue and PHP
BrandCoders coding test
Demo
Install
git clone this repo
cd this repo
cd client
npm install
Run
Open Terminal and in the root of this repo use command to start php server:
php -S localhost:8888 api.php
open another terminal window and cd into client and run this to start vue client:
npm run serve
go to http://localhost:8080/ and enjoy