Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 866 Bytes

Laravel Logo

Crypto Currency Test by Jamie Whittle

This is a small code demo built with the following tools:

  • Laravel
  • Laravel Breeze with React, Inertia & Tailwind CSS

Requirements

  • Docker
  • Composer
  • NPM

Running the project locally

To run this project locally, please make sure you have the above applications installed, and that ports 8080 (web) and 30060 (mysql) are free

  • Clone the repo to your machine
  • In the root of the project, run the following commands:
    • composer install
    • npm install
    • npm run build
    • sail up

You should then be able to access the site over http://localhost:8080