Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 330 Bytes

Installation

Start the symfony server:

symfony server:start

Install the dependencies with composer:

composer install

Install the dependencies with npm and run the development server:

npm install
npm run dev

Now navigation to https://localhost:8000 in your browser to see the application.