oilmonegov / CI-CD-Lesson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project SetUp

To Set this project Up, run:

  • composer install
  • npm install

To Run the basic tests, run:

  • ./vendor/bin/phpunit for PHP/Laravel Tests
  • ./node_modules/.bin/jest for JavaScript and Vue Tests

No other thing is require to setup to make this Repo suitable for the concerned article.

About


Languages

Language:PHP 95.0%Language:Blade 3.5%Language:Shell 0.9%Language:Vue 0.6%