Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 848 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 848 Bytes

Requirements:

Steps:

Clone this repo

git clone https://github.com/marckoxx/webdevfinals.git

cd webdevfinals

Using powershell (won't work on CMD):

cp ./.env.example .env

or just copy the contents of .env.example to a new file called .env

composer install

php artisan key:generate

php artisan migrate --seed

npm install

If you're using vscode:

code .

Otherwise open the folder in your IDE and proceed.

On one terminal:

npm run dev

On another terminal:

php artisan serve

You should be able to access the project in your browser now.