Skip to content

baeroe/color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color picker

Make sure to have installed:

  • Composer
  • SymfonyCLI
  • MySQL
  • PHP
  • NodeJs
  • NPM

To run the client:

cd client
npm i --force 
npm run dev

The --force is required because I used a react numeric input component with an older react version.

To run the server:

cd server
composer install

Adjust the DATABASE_URL in the .env file in the server folder.

Then run:

php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
symfony server:start

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published