Skip to content

zak39/resume-symfony

Repository files navigation

Resume Json

This project is a rusme built with Symfony. It's designed as a learning tool for practicing asset mapper and Tailwind.

Start project

First, install all dependencies using Composer:

composer install

Next, start the database using Docker Compose in detached mode:

docker compose up -d

Then, start the Symfony development server:

symfony server:start -d

Visit http://localhost:8000 in your browser to see the application in action.

To build Tailwind, run this command :

symfony console tailwind:build

To watch Tailwind, run this command :

symfony console tailwind:build --watch

About

This is a project to learn Symfony 7 via @yoanbernabeu training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published