aubrydario / symfony4_accounting

Accounting software for a yoga studio, built with Symfony 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Clone the repository:

    git clone https://github.com/aubrydario/symfony4_accounting.git

  • Install the php dependencies:

    composer install

  • Install the JavaScript dependencies:

    npm install

  • Building and watching the assets:

    npm run dev

  • Start the local webserver:

    php bin/console server:run

  • Open the browser with the url given from the console (typically http://localhost:8000)

About

Accounting software for a yoga studio, built with Symfony 4


Languages

Language:PHP 54.0%Language:Twig 24.6%Language:JavaScript 13.2%Language:Sass 8.1%