Skip to content

Yf102/documaster

Repository files navigation

Documaster Example

This is an example application using Symfony, React and PostgreSQL.

Requirements

Setting up the web application

  1. Get composer:

    curl -sS https://getcomposer.org/installer | php
    
  2. Install the dependencies:

    php composer.phar install
    npm install
    npm run encore-both
    
  3. Prepare DB

    sh scripts/reset-db-pgsql.sh
    
  4. Prepare composer autoload

    php composer.phar dumpautoload
    

Links

https://www.npmjs.com/package/react-translate-component
https://github.com/jedwatson/react-select